[Pkg-ocaml-maint-commits] r5872 - /trunk/projects/git-guide/new-d-o-m-git-repo

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Wed Jul 23 11:58:12 UTC 2008


Author: glondu-guest
Date: Wed Jul 23 11:58:12 2008
New Revision: 5872

URL: http://svn.debian.org/wsvn/?sc=1&rev=5872
Log:
git push --all --tags is wrong

Modified:
    trunk/projects/git-guide/new-d-o-m-git-repo

Modified: trunk/projects/git-guide/new-d-o-m-git-repo
URL: http://svn.debian.org/wsvn/trunk/projects/git-guide/new-d-o-m-git-repo?rev=5872&op=diff
==============================================================================
--- trunk/projects/git-guide/new-d-o-m-git-repo (original)
+++ trunk/projects/git-guide/new-d-o-m-git-repo Wed Jul 23 11:58:12 2008
@@ -57,7 +57,7 @@
    echo "I: pushing first changes to alioth.d.o"
    git remote add origin "git+ssh://git.debian.org/$REPODIR"
    git push --all
-   git push --all --tags
+   git push --tags
 }
 
 initialize_alioth_repos
@@ -94,4 +94,3 @@
 echo
 echo "   checkout-d-o-m-git-repo $PACKAGE"
 echo
-




More information about the Pkg-ocaml-maint-commits mailing list