author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 6 May 2006 20:56:38 +0000 (22:56 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 6 May 2006 21:43:33 +0000 (14:43 -0700) | ||
commit | e686eb9870d6b382f0760e3e859e93c8c2dfb31b | |
tree | dc2e0a4d1fa970c1dd8d9252536d8496e785bf4b | tree | snapshot |
parent | c66b6c067e49c5ec80f1254daef79aa1c7f5ffce | commit | 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>
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 | diff | blob | history | |
builtin-log.c | diff | blob | history |