I'm dealing with some really awkward XML files that I want to prevent being merged. I know that I can do this using the -diff
marker in .gitattributes. However I would still like to be able to read the diff in gitk if possible.
Is there an easy way of doing this?