On 04/12/2013 01:19 AM, Gerald Combs wrote:
> The git repository is a bit of a second-class citizen because our
> SVN→git mirroring is unidirectional. Commits must be done using
> Subversion. I'm considering switching from our current software
> (svn-all-fast-export) to SubGit (http://subgit.com/) which would give us
> bidirectional mirroring and allow commits using either Subversion or git.
If/when that happens, will you also consider accepting contributions
using git pull requests or patches sent using git-send-email? This has
the nice property of preserving the original author on the commit,
without them having commit access to the main repository.
-Lori