First of all, thank you for this awesome project!
We are using it for a quite a bit. It works flowerless with the exception of just one issue:
If we merge with
$ git merge -Xignore-all-space other-branch
the pom.xml files, that get processed my the pomutils merge engine get conflicts,
if they contain differences in space/tab indentation.
Put it simple, the -Xignore-all-space git merge flag doesn't get respected for the files, on which pomutils was involved.
- Are there a trick to avoid it?
I'm looking into implementing an additional switch, like --expandtab 4, that will convert all tabs into 4 spaces in both files before exiting.
- Do you have better suggestions?
- Are you interested in a push request?
First of all, thank you for this awesome project!
We are using it for a quite a bit. It works flowerless with the exception of just one issue:
If we merge with
the
pom.xmlfiles, that get processed my thepomutilsmerge engine get conflicts,if they contain differences in space/tab indentation.
Put it simple, the
-Xignore-all-spacegit merge flag doesn't get respected for the files, on whichpomutilswas involved.I'm looking into implementing an additional switch, like
--expandtab 4, that will convert all tabs into 4 spaces in both files before exiting.