merge - Have git rerere automatically mark files as resolved? -


I am using git rerere, and it is useful, but there is a problem: when it will automatically file Resolves it, it is not marked as a solution (like adding to git), so if I run 'git mergetool', then it opens the file as if it still has all the conflicts

So far, I have created a small shawl script which I can call, which marks all the fixes that conflict Markers (such as > <>>> ), and if they do not have any, call them git-add < / P>

Is there a better way to do this? A setting might help:

 

rerere.autoupdate

when If set to true, then the conflict is resolved properly using the resolution that was previously recorded after updating the resulting content with the index. Note: Since Git1.7.0,

" git rerere " again.reupdate There was a configuration but there was no way to copy it from the command line; The - no referrer-auto-update option will be " merge ", " back" / code> "etc. This resolves.


Comments