From: R. Steve McKown Date: Fri, 19 Nov 2010 16:09:31 +0000 (-0700) Subject: Correct the gitweb link in update-mirror. X-Git-Url: https://oss.titaniummirror.com/gitweb?p=git-utils.git;a=commitdiff_plain;h=64ee825074103d07de39f0f4e6ca3adb2af174a2 Correct the gitweb link in update-mirror. --- diff --git a/update-mirror b/update-mirror index 365676e..dde92db 100755 --- a/update-mirror +++ b/update-mirror @@ -99,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"