This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Git mirror: asan branch


Thomas Schwinge <thomas@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, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]