The following commit has been merged in the README branch:
commit 02a82f9af318cd74d00c9bec469031edbd024a8a
Author: Samuel Thibault <[email protected]>
Date:   Sun Sep 26 23:58:54 2010 +0200

    Add -a parameter to git tag

diff --git a/README b/README
index c19a4ac..470e38c 100644
--- a/README
+++ b/README
@@ -4,20 +4,20 @@ for, i.e. the merge process is:
 
 $ git checkout libpthread
 $ git pull upstream-libpthread
-$ git tag upstream/libpthread/<date>
+$ git tag -a upstream/libpthread/<date>
 $ git checkout libpthread-moved
 $ git pull . libpthread
 # Check that no new file has appeared, else move them.
 $ git checkout procfs-jkoenig
 $ git pull upstream-procfs-jkoenig
-$ git tag upstream/procfs/<date>
+$ git tag -a upstream/procfs/<date>
 $ git checkout procfs-moved
 $ git pull . procfs-jkoenig
 $ git checkout upstream
 $ git pull upstream
-$ git tag upstream/hurd/<date>
+$ git tag -a upstream/hurd/<date>
 $ git checkout upstream-merged
 $ git pull . upstream
-$ git tag upstream/<date>
+$ git tag -a upstream/<date>
 $ git checkout master
 $ git pull . upstream-merged

-- 
Debian GNU Hurd packaging

Reply via email to