summaryrefslogtreecommitdiff
path: root/git-fetch.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-27 18:08:58 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-27 18:08:58 -0800
commit17dff84b5e745ba17a5b3ae5591d79f96b165d48 (patch)
tree3917a86a3c560fdfb5027fe2428e918573865a93 /git-fetch.sh
parente5f5219a4f1faf3b4e1816fad3a6296a1d39b878 (diff)
parent36cd2cc7d949e1cc39104307fe904c47fe6d5526 (diff)
GIT 1.0.6v1.0.6
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-fetch.sh')
-rwxr-xr-xgit-fetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-fetch.sh b/git-fetch.sh
index 767ca61ca6..125bcea1b6 100755
--- a/git-fetch.sh
+++ b/git-fetch.sh
@@ -192,7 +192,7 @@ then
sed -e '
/\^/d
s/^[^ ]* //
- s/.*/&:&/')
+ s/.*/.&:&/')
if test "$#" -gt 1
then
# remote URL plus explicit refspecs; we need to merge them.