Merge branch 'rs/diff-ihc'
authorJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2009 08:10:14 +0000 (00:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2009 08:10:14 +0000 (00:10 -0800)
* rs/diff-ihc:
  diff: add option to show context between close hunks

Conflicts:
Documentation/diff-options.txt

1  2 
Documentation/diff-options.txt
contrib/completion/git-completion.bash
diff.c

@@@ -205,6 -212,13 +205,10 @@@ endif::git-format-patch[
        differences even if one line has whitespace where the other
        line has none.
  
 --w::
 -      Shorthand for "--ignore-all-space".
 -
+ --inter-hunk-context=<lines>::
+       Show the context between diff hunks, up to the specified number
+       of lines, thereby fusing hunks that are close to each other.
  --exit-code::
        Make the program exit with codes similar to diff(1).
        That is, it exits with 1 if there were differences and
diff --cc diff.c
Simple merge