summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 46e63ef)
raw | patch | inline | side by side (parent: 46e63ef)
author | Sven Verdoolaege <skimo@kotnet.org> | |
Mon, 4 Jul 2005 13:35:30 +0000 (15:35 +0200) | ||
committer | Sven Verdoolaege <skimo@kotnet.org> | |
Mon, 4 Jul 2005 13:35:30 +0000 (15:35 +0200) |
Updating the cache is sufficient for most purposes.
If users really want to rebuild the cache, they can specify
the option themselves.
If users really want to rebuild the cache, they can specify
the option themselves.
git-cvsimport-script | patch | blob | history |
diff --git a/git-cvsimport-script b/git-cvsimport-script
index 418c209c80b866ff9472c1afde182f34b6eb1449..62df91666e7d5b1197f5ba9d3cc480da730986f1 100755 (executable)
--- a/git-cvsimport-script
+++ b/git-cvsimport-script
unless($pid) {
my @opt;
@opt = split(/,/,$opt_p) if defined $opt_p;
- exec("cvsps",@opt,"-x","-A","--cvs-direct",'--root',$opt_d,$cvs_tree);
+ exec("cvsps",@opt,"-u","-A","--cvs-direct",'--root',$opt_d,$cvs_tree);
die "Could not start cvsps: $!\n";
}