On Fri, Aug 31, 2012 at 10:58 AM, Junio C Hamano <gits...@pobox.com> wrote:
>
> And "git blame $path" probably should expect $path is something that
> appear in the tree of HEAD; apparently it does not.

That probably makes sense. For anyone deciding to implement that, note
that "git blame -C [-C [-C]] $path" should probably not expect the
same, so the following still works.

cp COPYING COPY
git blame -C -C -C COPY

Btw, why isn't "-C -C -C" the same as "-CCC"? Should it?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to