]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/blame-reverse'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2016 21:03:51 +0000 (14:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2016 21:03:51 +0000 (14:03 -0700)
commit1172e16af07d6e15bca6398f0ded18a0ae7b9249
tree24cfd020511f1b345d1890c7281651db080f43c5
parenta460ea4a3cb1dad253604b5e2aeaa161637453a9
parente1d09701a4fa3a4d15dd005e2b698934e4ae9ae0
Merge branch 'jc/blame-reverse'

It is a common mistake to say "git blame --reverse OLD path",
expecting that the command line is dwimmed as if asking how lines
in path in an old revision OLD have survived up to the current
commit.

* jc/blame-reverse:
  blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."
  blame: improve diagnosis for "--reverse NEW"
Documentation/git-blame.txt
builtin/blame.c