Re: [PATCH 0/2] two git-svn changes to help work with chromium.org
From: Eric Wong <hidden>
Date: 2016-06-15 22:48:05
Jay Soffian [off-list ref] wrote:
Google nicely mirrors the subversion chrome repository with git-svn. However, the git-svn mirror has only trunk. I wanted to add in a couple other branches to my clone of the git-svn mirror, but to do so I needed the ability to lie about the UUID since the publically accessible subversion repository has a different UUID than that which google is cloning from using git-svn.
Thanks Jay, pushed out to git://git.bogomips.org/git-svn along with a few other changes I've been forgetting about:
Jay Soffian (2): git-svn: allow UUID to be manually remapped via rewriteUUID git-svn: allow subset of branches/tags to be specified in glob spec
Andrew Myrick (3):
git-svn: ignore changeless commits when checking for a cherry-pick
git-svn: handle merge-base failures
git-svn: update svn mergeinfo test suite
Igor Mironov (4):
git-svn: fix mismatched src/dst errors for branch/tag
git-svn: respect commiturl option for branch/tag
git-svn: add --username/commit-url options for branch/tag
git-svn: document --username/commit-url for branch/tag
--
Eric Wong