On Sat, 2016-02-20 at 23:55 +, Eric Wong wrote:
> David Turner wrote:
> > +++ b/git-svn.perl
>
> > + if (defined $_ref_storage) {
> > + push @init_db, "--ref-storage=" .
> > $_ref_storage;
> > + }
>
> Minor nit: git-svn uses tabs for indentation.
> Otherwise
David Turner wrote:
> +++ b/git-svn.perl
> + 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:
Signed-off-by: Eric Wong
Than
git svn learns to pass the ref-storage command-line argument (to init
and clone) through to git init.
Signed-off-by: David Turner
Signed-off-by: SZEDER Gábor
---
contrib/completion/git-completion.bash | 2 +-
git-svn.perl | 6 +-
2 files changed, 6 insertions(+), 2
3 matches
Mail list logo