blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Jun 2016 18:41:11 +0000 (11:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Jun 2016 19:13:07 +0000 (12:13 -0700)
commite1d09701a4fa3a4d15dd005e2b698934e4ae9ae0
tree09b892aeb03a45bd0f23cba26bd52afc5da924d2
parentd993ce1ed2f025708b0f78bed241466e35f1e8a0
blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."

Instead of always requiring both ends of a range, we could DWIM
"OLD", which could be a misspelt "OLD..", to be a range that ends at
the current commit.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/blame-options.txt
builtin/blame.c