diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-12-27 18:08:58 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-12-27 18:08:58 -0800 |
| commit | 17dff84b5e745ba17a5b3ae5591d79f96b165d48 (patch) | |
| tree | 3917a86a3c560fdfb5027fe2428e918573865a93 /git-fetch.sh | |
| parent | GIT 1.0.5 (diff) | |
| parent | Do not mark tags fetched via --tags flag as mergeable (diff) | |
| download | git-1.0.6.tar.gz git-1.0.6.zip | |
GIT 1.0.6v1.0.6
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-fetch.sh')
| -rwxr-xr-x | git-fetch.sh | 2 |
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. |
