X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=nogit;h=b0820fc224413e9bfbc0e51562e45309f3cadd5e;hb=31ce062d961cbcc505abe5e2744c14ccf1885818;hp=d55124d27d95ea92dcaa65d2475ab2f5c36f7e77;hpb=e9aa268aebfae9e4095aa34902a4598ca5dad821;p=nogit diff --git a/nogit b/nogit index d55124d..b0820fc 100755 --- a/nogit +++ b/nogit @@ -97,6 +97,12 @@ nogit_clone() false fi + # Install the info/atttributes file that forces the "union" merge + # driver for all files, giving us the semantics of "keep both sides + # of all conflicts" that is at the heart of nogit. + mkdir -p tmp/.git/info + echo '* merge=union' > tmp/.git/info/attributes + # Now that we've passed the sanity check, install the cloned .git # object store into $NOGIT_DIR, cleanup our temporary files, and # checkout the (known to not be conflicting) files.