Teach format-patch, rebase and cherry a..b format
commit4282c4fbddfeae3383c6c327e2ca98b25500ea31
authorJunio C Hamano <junkio@cox.net>
Sun, 7 Aug 2005 22:51:09 +0000 (7 15:51 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 10 Aug 2005 06:38:50 +0000 (9 23:38 -0700)
tree0d999918a638a97e65724117d7a2e12c0e665d8a
parent32173e69881a35e4e7a53be3ba80091ae9fa8f35
Teach format-patch, rebase and cherry a..b format

Although these commands take only begin and end, not necessarily
generic SHA1 expressions rev-parse supports, supporting a..b
notation is good for consistency.  This commit adds such without
breaking backward compatibility.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cherry
git-format-patch-script
git-rebase-script