Michal Ostrowski <mostrows@watson.ibm.com> writes: > git-peek-remote needs to handle a -u|--upload-pack parameter just like > git-fetch (and git-fetch has to pass it on to git-peek-remote). > > (This is actually a follow-up to my previous git-fetch patch.) Thanks. Everything else looks good, but I have one question. What is this hunk about? > diff --git a/git-ls-remote.sh b/git-ls-remote.sh > index f699268..64f37af 100755 > --- a/git-ls-remote.sh > +++ b/git-ls-remote.sh >... > @@ -34,7 +41,7 @@ case ",$heads,$tags," in > esac > > . git-parse-remote > -peek_repo="$(get_remote_url "$@")" > +peek_repo="$(get_remote_url $*)" > shift > > tmp=.ls-remote-$$ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sun Jan 22 14:42:26 2006
This archive was generated by hypermail 2.1.8 : 2006-01-22 14:42:35 EST