fmt-patch: understand old <his> notation
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 6 May 2006 20:56:38 +0000 (22:56 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 6 May 2006 21:43:33 +0000 (14:43 -0700)
commite686eb9870d6b382f0760e3e859e93c8c2dfb31b
treedc2e0a4d1fa970c1dd8d9252536d8496e785bf4b
parentc66b6c067e49c5ec80f1254daef79aa1c7f5ffce
fmt-patch: understand old <his> notation

When calling "git fmt-patch HEAD~5", you now get the same as if you would
have said "git fmt-patch HEAD~5..". This makes it easier for my fingers
which are so used to the old syntax.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-diff.c
builtin-log.c