Context diffs
From: Peter Eisentraut <hidden>
Date: 2016-06-15 22:44:30
From: Peter Eisentraut <hidden>
Date: 2016-06-15 22:44:30
Would it be possible to support context diffs (like diff -c) in git-diff? In many cases these are easier to interpret than the unified diff format. I know I can do this via an external diff wrapper, but it'd be nicer if this were built in, considering that it is a very common format.