From: Johannes Schindelin Date: Sat, 6 May 2006 20:56:38 +0000 (+0200) Subject: fmt-patch: understand old notation X-Git-Tag: v1.4.1-rc1~128^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e686eb9870d6b382f0760e3e859e93c8c2dfb31b?hp=e686eb9870d6b382f0760e3e859e93c8c2dfb31b fmt-patch: understand old 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 Signed-off-by: Junio C Hamano ---