Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Silence iconv warnings on Leopard
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index 8dbaf2f33c577749f8267279462e0d5493847120..9f884eb2132c76b86475b97256e0ed565f84bb2e 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-550,6
+550,8
@@
sub cmd_rebase {
exit 1;
}
unless ($_local) {
+ # rebase will checkout for us, so no need to do it explicitly
+ $_no_checkout = 'true';
$_fetch_all ? $gs->fetch_all : $gs->fetch;
}
command_noisy(rebase_cmd(), $gs->refname);