[gnus git] branch master updated: n0-15-2-gf9ef018 =1= Fix "push tag" command.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f9ef018e3c287069cd0bf7f0c6af7f1cc3cb356c (commit)
from a9455d1e85c4a08d6701d80c50f7c26180a670db (commit)
- Log -----------------------------------------------------------------
commit f9ef018e3c287069cd0bf7f0c6af7f1cc3cb356c
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Mar 17 20:40:46 2011 +0100
Fix "push tag" command.
diff --git a/makepub b/makepub
index d76a4a7..4159d0f 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 master tag "$initial$tversion"
+git push && git push origin 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