Hello.
I need to filter unmerged files on my repo which have conflict markers ,
such us <<<<<<< , ====== and >>>>>>>.
It would be a nice to use a single command and expected result - files
path.
I tried:
git diff-index --name-only -G "^(<|=|>){7} " HEAD --diff-filter=U
Does anybody have any idea what's wrong with that command ?
Thanks.
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.