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)
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>
No differences found