summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0a623e7)
raw | patch | inline | side by side (parent: 0a623e7)
author | Linus Torvalds <torvalds@g5.osdl.org> | |
Tue, 5 Jul 2005 19:02:10 +0000 (12:02 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Tue, 5 Jul 2005 19:02:10 +0000 (12:02 -0700) |
Need to add a final slash. And make it verbose by default, since it's
so slow that otherwise people will think it's died.
so slow that otherwise people will think it's died.
git-fetch-script | patch | blob | history |
diff --git a/git-fetch-script b/git-fetch-script
index 244fc50d5e16bfdf6f1a490a61631e6dde5f214d..8a2d37d623a71b71b0f1e86184c0bc88a25068df 100755 (executable)
--- a/git-fetch-script
+++ b/git-fetch-script
case "$merge_repo" in
http://*)
head=$(wget -q -O - "$merge_repo/$merge_name") || exit 1
- git-http-pull -a "$head" "$merge_repo"
+ echo Fetching $head using http
+ git-http-pull -v -a "$head" "$merge_repo/"
;;
rsync://*)
rsync -L "$merge_repo/$merge_name" "$TMP_HEAD" || exit 1