On Mon, 10 May 2021, Andi Kleen via Gcc wrote: > It's difficult to find now because it was a branch in the old SVN that wasn't > converted. Sadly the great git conversion was quite lossy.
All branches and tags, including deleted ones, were converted (under not-fetched-by-default refs in some cases); the git repository has everything that might plausibly be useful, omitting only a few things that would have been meaningless to convert, such as mistaken branch creations in the root of the repository and the SVN hooks directory. Use "git ls-remote git://gcc.gnu.org/git/gcc.git" to see the full list of over 5000 refs available in the repository (or do a clone with --mirror to fetch them all). > IIRC it was separate patches in the google gcc_4_8 SVN branch (of which I > don't seem to have a copy either), but in _4_9 they squashed everything in That branch is refs/vendors/google/heads/gcc-4_8 (refs/vendors/ isn't fetched by default, but it's there). (The old SVN repository is also still available at svn://gcc.gnu.org/svn/gcc .) -- Joseph S. Myers jos...@codesourcery.com