Thomas Schwinge <tho...@codesourcery.com> writes:

> If I configure my local Git checkout of the GCC Git mirror to include all
> branches, per <http://gcc.gnu.org/wiki/GitMirror#Fetching_all_branches>,
> then I get:
>
>     fatal: refs/remotes/origin/asan tracks both refs/heads/asan and 
> refs/remotes/asan
>
> Is that a local problem of mine, or a glitch in the gcc.gnu.org Git
> repository configuration?

It's a bug in the remotes configuration.  The two remotes should be
stored into different namespaces (eg refs/remotes/origin/heads/* and
refs/remotes/origin/remotes/*), instead of trying to merge them
together.

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Reply via email to