Merge branch 'ap/diff-ignore-blank-lines'
authorJunio C Hamano <gitster@pobox.com>
Sun, 30 Jun 2013 22:39:53 +0000 (15:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 30 Jun 2013 22:39:53 +0000 (15:39 -0700)
"git diff" learned a mode that ignores hunks whose change consists
only of additions and removals of blank lines, which is the same as
"diff -B" (ignore blank lines) of GNU diff.

* ap/diff-ignore-blank-lines:
diff: add --ignore-blank-lines option

1  2 
Documentation/diff-options.txt
Simple merge