commit | e686eb9870d6b382f0760e3e859e93c8c2dfb31b | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Sat May 06 22:56:38 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Sat May 06 14:43:33 2006 -0700 |
tree | dc2e0a4d1fa970c1dd8d9252536d8496e785bf4b | |
parent | c66b6c067e49c5ec80f1254daef79aa1c7f5ffce [diff] |
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>