OSDN Git Service

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)
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"

1  2 
Documentation/git-blame.txt
builtin/blame.c

Simple merge
diff --cc builtin/blame.c
Simple merge