[PATCH] Add -m <message> option to "git tag"
authorChris Wright <chrisw@osdl.org>
Tue, 9 Aug 2005 00:04:42 +0000 (17:04 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 9 Aug 2005 05:51:46 +0000 (22:51 -0700)
commitc882bc932f6702a935c748893536356b0bba11ce
tree9522cc3e6c2f75d956538e290b7660a2eead4c64
parentadee7bdf504120055b0f36b4918bdd3e6156912b
[PATCH] Add -m <message> option to "git tag"

Allow users to create a tag message by passing message on command line
instead of requiring an $EDITOR session.

Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-tag-script