]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sg/blame-in-bare-start-at-head'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 07:41:21 +0000 (16:41 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 07:41:21 +0000 (16:41 +0900)
"git blame -- path" in a non-bare repository starts blaming from
the working tree, and the same command in a bare repository errors
out because there is no working tree by definition.  The command
has been taught to instead start blaming from the commit at HEAD,
which is more useful.

* sg/blame-in-bare-start-at-head:
  blame: default to HEAD in a bare repo when no start commit is given

1  2 
builtin/blame.c

diff --cc builtin/blame.c
Simple merge