This commit is contained in:
parent
d9cdb5eb45
commit
ad4528cce8
1 changed files with 9 additions and 0 deletions
9
doc/bugs/Prevent_accidental_merges.mdwn
Normal file
9
doc/bugs/Prevent_accidental_merges.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
|||
With the storage layout v3, pulling the git-annex branch into the master branch is... less than ideal.
|
||||
|
||||
The fact that the two branches contain totally different data make an accidental merge worse, arguably.
|
||||
|
||||
Adding a tiny binary file called .gitnomerge to both branches would solve that without any noticeable overhead.
|
||||
|
||||
Yes, there is an argument to be made that this is too much hand-holding, but I still think it's worth it.
|
||||
|
||||
-- Richard
|
Loading…
Reference in a new issue