Skip to content

Commit

Permalink
gitk: Use git-diff-tree --cc for showing the diffs for merges
Browse files Browse the repository at this point in the history
This replaces a lot of code that used the result from several 2-way
diffs to generate a combined diff for a merge.  Now we just use
git-diff-tree --cc and colorize the output a bit, which is a lot
simpler, and has the enormous advantage that if the diff doesn't
show quite what someone thinks it should show, I can deflect the
blame to someone else. :)

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Feb 6, 2006
1 parent 418c4c7 commit b77b027
Showing 1 changed file with 99 additions and 501 deletions.
Loading

0 comments on commit b77b027

Please sign in to comment.