The branch, master has been updated
       via  bf4561944165a8433532e631bd4d903c49c16ff5 (commit)
      from  9b2aabb7529a11266d45427cd839cd10fcec66c4 (commit)

- Log -----------------------------------------------------------------
commit bf4561944165a8433532e631bd4d903c49c16ff5
Author: Thomas Adam <tho...@xteddy.org>
Commit: Thomas Adam <tho...@xteddy.org>

    Don't push all tags when releasing tmux
    
    Pushing all tags with "git push --tags" will also transfer tags from the
    tmux-openbsd repository which isn't what we want to do!
    
    Therefore, just specify the newly created tag to push instead for the next
    release.
---
 SYNCING |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/SYNCING b/SYNCING
index d32a8c6..9de2160 100644
--- a/SYNCING
+++ b/SYNCING
@@ -41,7 +41,7 @@ This involves having both tmux and tmux-openbsd cloned, as in:
 % git clone ssh://${USER}@tmux.git.sf.net/gitroot/tmux/tmux
 % git clone ssh://${USER}@tmux.git.sf.net/gitroot/tmux/tmux-openbsd
 
-Note that you do not need additoinal checkouts to manage the sync -- an
+Note that you do not need additional checkouts to manage the sync -- an
 existing clone of either repositories will suffice.  So if you already have
 these checkouts existing, skip that.
 
@@ -150,7 +150,7 @@ Release tmux for next version
 
    Push the tag out with:
 
-   % git push --tags
+   % git push 1.X
 
 4. Build the tarball with make dist.  Now that it's using autoconf there
    shouldn't be any weird files (such as the original and rejection files


-----------------------------------------------------------------------

Summary of changes:
 SYNCING |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to