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

zack at users.alioth.debian.org zack at users.alioth.debian.org
Thu Apr 17 17:51:27 UTC 2008


Author: zack
Date: Thu Apr 17 17:51:27 2008
New Revision: 5525

URL: http://svn.debian.org/wsvn/?sc=1&rev=5525
Log:
remove workaround for a fixed bug

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=5525&op=diff
==============================================================================
--- trunk/projects/git-guide/new-d-o-m-git-repo (original)
+++ trunk/projects/git-guide/new-d-o-m-git-repo Thu Apr 17 17:51:27 2008
@@ -45,8 +45,9 @@
 fi
 (cd $tmpdir
  git init
- git commit --allow-empty -m 'commit root'
- git branch upstream
+ # see #475554
+ #git commit --allow-empty -m 'commit root'
+ #git branch upstream
  git-import-orig --pristine-tar --no-dch "$TARBALL")
 
 echo "I: pushing first changes to alioth.d.o"




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