Index: gclient |
diff --git a/gclient b/gclient |
index 3705f0b3978b911f7e32188ae9a98a4cab0aa024..e24103f77a7fe91e75ae8f8fd2e0b34d73646b69 100755 |
--- a/gclient |
+++ b/gclient |
@@ -10,7 +10,7 @@ base_dir=$(dirname "$0") |
# Update git checkouts prior the cygwin check, we don't want to use msysgit. |
if [ "X$DEPOT_TOOLS_UPDATE" != "X0" -a -e "$base_dir/.git" ] |
then |
- (cd "$base_dir"; git svn fetch -q; git merge trunk -q) |
+ (cd "$base_dir"; git svn rebase -q -q) |
fi |
if [ "X$DEPOT_TOOLS_UPDATE" != "X0" -a -e "$base_dir/git-cl-repo/.git" ] |