]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/ignore-space-at-eol'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Jul 2016 21:13:35 +0000 (14:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jul 2016 21:13:35 +0000 (14:13 -0700)
An age old bug that caused "git diff --ignore-space-at-eol"
misbehave has been fixed.

* js/ignore-space-at-eol:
  diff: fix a double off-by-one with --ignore-space-at-eol
  diff: demonstrate a bug with --patience and --ignore-space-at-eol


Trivial merge