From: Junio C Hamano Date: Thu, 25 Apr 2019 07:41:21 +0000 (+0900) Subject: Merge branch 'sg/blame-in-bare-start-at-head' X-Git-Tag: v2.22.0-rc0~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8620d3ca7a01c1108f3145cc77dbda6e0e970c6;p=thirdparty%2Fgit.git Merge branch 'sg/blame-in-bare-start-at-head' "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 --- d8620d3ca7a01c1108f3145cc77dbda6e0e970c6