[gnus git] branch master updated: n0-12-17-g3919cdd
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3919cdd54846dd534dec869cb6c97362b1982652 (commit)
from 95ef741931c82aa7bb99f9ad7b147e11476cbbc8 (commit)
- Log -----------------------------------------------------------------
commit 3919cdd54846dd534dec869cb6c97362b1982652
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 21 16:02:23 2011 -0800
Push the tag explicitly to avoid pushing private tags.
diff --git a/makepub b/makepub
index a068bfc..0f25629 100755
--- a/makepub
+++ b/makepub
@@ -40,7 +40,7 @@ tversion=`echo $next_version | sed 's/[.]/-/g'`
git tag -a "$initial$tversion" -m "$name v$next_version is released"
git push
-git push --tags
+git push tag "$initial$tversion"
# Increase the number, yet again, to start the next development cycle.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
makepub | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project