[Bps-public-commit] git-sync branch, master, updated. fa66b910912597a3aeef36dd0993b3bbd353d4cb
Alex M Vandiver
alexmv at bestpractical.com
Fri Dec 4 16:50:22 EST 2009
The branch, master has been updated
via fa66b910912597a3aeef36dd0993b3bbd353d4cb (commit)
from 8ec11906c249e38ca7341b4d7f21275d97a2e08a (commit)
Summary of changes:
git-sync | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit fa66b910912597a3aeef36dd0993b3bbd353d4cb
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri Dec 4 16:49:36 2009 -0500
Revert "Switch to `git fetch --all --prune` from `git remote update --prune`"
`git fetch --all` is still in git.git's "net" branch, so this is a
_bit_ premature.
This reverts commit 8ec11906c249e38ca7341b4d7f21275d97a2e08a.
diff --git a/git-sync b/git-sync
index 416e79e..45c9de6 100755
--- a/git-sync
+++ b/git-sync
@@ -425,7 +425,7 @@ sub update {
# git-svn doesn't work with $repo->command, hate
`git --git-dir @{[$repo->repo_path]} svn fetch -q` unless $pretend;
} else {
- my $ret = eval { $repo->command( [qw/fetch --all --prune --quiet/], STDERR => 0 ); } unless $pretend;
+ my $ret = eval { $repo->command( [qw/remote update --prune/], STDERR => 0 ); } unless $pretend;
}
kill $? & 127, $$ if $? & 127; # Propagate the signal it died with, if any
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list