On Sat, 2016-02-20 at 23:55 +0000, Eric Wong wrote:
David Turner [off-list ref] wrote:
quoted
quoted
+ if (defined $_ref_storage) {
+ push @init_db, "--ref-storage=" .
$_ref_storage;
+ }
Minor nit: git-svn uses tabs for indentation.
Otherwise, if we go this route, consider it:
Got it, thanks.
Signed-off-by: Eric Wong <redacted>
Thanks.
I would favor Shawn's RefTree or similar to reuse existing
code + commands and avoid the external dependency, though.
It's an interesting idea. I'm not sure how good the performance would
be in the case where there are a large number of refs in a single
directory, but it would be worth a try.