]> git.wh0rd.org Git - home.git/commitdiff
use -a with git-cvsimport to pull all commits
authorMike Frysinger <vapier@gentoo.org>
Wed, 12 Nov 2008 19:40:57 +0000 (14:40 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 19:36:06 +0000 (15:36 -0400)
.bin/git-update

index 1c4b742bd146b7d915f7c43f7eb66457d6c04385..55b9134e46b277ebe5dbd5cb079588d8627e76ba 100755 (executable)
@@ -8,7 +8,7 @@ if git config svn-remote.svn.url >/dev/null ; then
        set -- git svn fetch --all "$@"
        expected=""
 elif git config cvs.cvsroot >/dev/null ; then
-       set -- git cvsimport -d $(git config cvs.cvsroot) $(git config cvs.module) "$@"
+       set -- git cvsimport -a -d $(git config cvs.cvsroot) $(git config cvs.module) "$@"
        expected="Already up-to-date."
 else
        set -- git pull "$@"