Re: [git-users] Highlevel (but simple to implement) commands provided by default for git
From: Junio C Hamano <hidden> Date: 2016-06-15 22:57:32
Ramkumar Ramachandra [off-list ref] writes:
So the problem is that I can't do:
git blame -- :/Makefile
So blame has to be converted to use pathspec semantics, and should
error out when the pathspec doesn't match the concrete path of a file.
Correct, that is what I wrote in two messages ago in the footnote
you were responding to.