On Thu, Sep 13, 2012 at 8:45 PM, Junio C Hamano <[email protected]> wrote:
> Ralf Thielow <[email protected]> writes:
>
>> # looking again to my branches
>
> Don't look at your branches, but look at how the refspecs are
> configured by "git clone" in .git/config; I suspect we just write
> the default 'refs/heads/*:refs/remotes/origin/*' pattern.
Indeed.
$ cat .git/config
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html