Junio C Hamano 992311cf86 Merge branch 'jc/maint-blame-no-such-path'
"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
2012-09-17 15:52:32 -07:00
..
2012-09-14 11:53:53 -07:00
2012-09-07 11:09:26 -07:00
2012-09-14 11:53:53 -07:00
2012-09-14 11:53:53 -07:00
2012-09-07 11:09:09 -07:00
2012-08-27 11:54:28 -07:00
2012-09-14 11:54:19 -07:00
2012-09-07 11:09:09 -07:00
2012-09-14 21:39:27 -07:00
2012-09-11 11:36:05 -07:00
2012-09-07 11:09:09 -07:00
2012-09-14 11:53:53 -07:00
2012-09-07 11:09:09 -07:00
2012-09-11 11:36:05 -07:00
2012-09-12 14:21:58 -07:00