[gnus git] branch master updated: n0-13-2-g8a74d02
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 8a74d023af00285a984f4ec50e1b9e4fde16475a (commit)
from 93906adb3a970070dc32dafa885cdf9171ff5742 (commit)
- Log -----------------------------------------------------------------
commit 8a74d023af00285a984f4ec50e1b9e4fde16475a
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 21 16:27:56 2011 -0800
Fix tag pushing.
diff --git a/makepub b/makepub
index 15fd9c3..d76a4a7 100755
--- a/makepub
+++ b/makepub
@@ -39,7 +39,7 @@ tversion=`echo $next_version | sed 's/[.]/-/g'`
git tag -a "$initial$tversion" -m "$name v$next_version is released"
-git push && git push tag "$initial$tversion"
+git push && git push master 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