]> git.ipfire.org Git - thirdparty/git.git/commit
Make "git tag" more user-friendly
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 9 Jul 2005 01:23:06 +0000 (18:23 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 9 Jul 2005 01:23:06 +0000 (18:23 -0700)
commit918c05f1b653d24a03d5b29c576894ede63a6787
treef1a442de27044f07d17a987b97f0f684dfb47a20
parent3ba513c32e7b9102187d94d1c43f33d9559fb334
Make "git tag" more user-friendly

Instead of having to cut-and-paste the result, write it to the tag
directory directly.  Also, start an editor for the tag message, rather
than just reading it from stdin.
git-tag-script