]> oss.titaniummirror.com Git - git-utils.git/blobdiff - update-mirror
Add git-diffall
[git-utils.git] / update-mirror
index dfb9590e57c1305ff5108a8e67320c8812b429e6..dde92db00ad28b459cf31d63b1238dc1778f1dce 100755 (executable)
@@ -57,6 +57,7 @@ case "$url" in
       rm -f "$cfg_reporoot/$projdir/.new_clone"
     fi
     echo "[$proj] fetching new commits from upstream"
+    git --git-dir . svn fetch
     git --git-dir . fetch
     ;;
 
@@ -98,4 +99,4 @@ esac
 git update-server-info
 trap "" EXIT
 rm .clone_in_progress
-echo "[$proj] clone updated.  See $cfg_gitweburl/$projdir"
+echo "[$proj] clone updated.  See $cfg_gitweburl/?p=mirrors/$projdir;a=summary"