Great module ! But it would be nice to be able to choose which diff options to use. I get unreadable diff files, with the entire old file at first, with "-", then the new one with "+". But most of the lines are exactly identical. In my case I needed the b option to ignore spaces changes.
Comments
Comment #1
steven jones commentedThis is probably a line-endings issue. Agreed that you should be able to pass through the command line options to diff.
Comment #2
steven jones commentedAdded to git.
Comment #3
gaëlgThanks !