[PATCH 0/3] git-svn: several house-keeping fixes
From: Eric Wong <hidden>
Date: 2016-06-15 22:43:16
[PATCH 1/3] git-svn: cleanup: factor out longest_common_path() function - readability [PATCH 2/3] git-svn: test for creating new directories over svn:// - The bug is already long fixed, but I'd like to add it for documentation/regression testing purposes in case it breaks again. [PATCH 3/3] git-svn: reduce stat() calls for a backwards compatibility check - There's actually a small bugfix in there, too. This should go to maint. -- Eric Wong