]> git.ipfire.org Git - thirdparty/git.git/commit - git-format-patch.sh
format-patch: "rev1.." should mean "rev1..HEAD"
authorJunio C Hamano <junkio@cox.net>
Sat, 5 Nov 2005 10:47:07 +0000 (02:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 5 Nov 2005 10:48:29 +0000 (02:48 -0800)
commitbd7c8aab7098e6e340060c0d7f1fab8595905b2d
tree1716c8cab10ebda830a9678368c6bd973d2f0936
parentfdd089793c1d694fa742da51dfbf0227d61d4c0e
format-patch: "rev1.." should mean "rev1..HEAD"

"rev1.." should mean "rev1..HEAD"; git-diff users are familiar
with that syntax.

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