]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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

index b432d2518aba3d1be9d86fb1613bbe2f5fa9da4d,c7fcc8007af18163d7d1583e116b625b54d428ca..671f533ca30c1fb0ddae8a15f9c586c431c8fef5
@@@ -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