Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add gitmodules(5)
[gitweb.git]
/
git-tag.sh
diff --git
a/git-tag.sh
b/git-tag.sh
index 37cee978d2b684c1f0965700bc687802ecc63851..c84043902f9fcaf7c09846b9fd68986bd7fc5108 100755
(executable)
--- a/
git-tag.sh
+++ b/
git-tag.sh
@@
-64,7
+64,7
@@
do
done
;;
-m)
- annotate=1
+ annotate=1
shift
message="$1"
if test "$#" = "0"; then
@@
-90,7
+90,7
@@
do
username="$1"
;;
-d)
- shift
+ shift
had_error=0
for tag
do
@@
-180,4
+180,3
@@
if [ "$annotate" ]; then
fi
git update-ref "refs/tags/$name" "$object" "$prev"
-