rsmmr/git-notifier

Consider adding option to enable --textconv option to git diff-tree

Closed this issue · 1 comments

When working with Word or PDF files, it is very useful to use a textconv filter when generating diffs. "git diff" does this by default if textconv filters are defined. "git diff-tree" does not, unless the "--textconv" option is passed.

Much appreciated!