Merge branch 'jc/maint-blame-no-such-path'
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2012 22:52:32 +0000 (15:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2012 22:52:32 +0000 (15:52 -0700)
"git blame MAKEFILE" run in a history that has "Makefile" but not
"MAKEFILE" should say "No such file MAKEFILE in HEAD", but got
confused on a case insensitive filesystem and failed to do so.

Even during a conflicted merge, "git blame $path" always meant to
blame uncommitted changes to the "working tree" version; make it
more useful by showing cleanly merged parts as coming from the other
branch that is being merged.

* jc/maint-blame-no-such-path:
  blame: allow "blame file" in the middle of a conflicted merge
  blame $path: avoid getting fooled by case insensitive filesystems

1  2 
builtin/blame.c

diff --cc builtin/blame.c
Simple merge