Ted Percival <ted.percival@xxxxxxxxx> wrote: > Documentation/git-svn.txt | 10 ++++++++++ Thanks, documentation part is very much appreciated > --- a/git-svn.perl > +++ b/git-svn.perl > @@ -21,6 +21,9 @@ $Git::SVN::default_repo_id = 'svn'; > $Git::SVN::default_ref_id = $ENV{GIT_SVN_ID} || 'git-svn'; > $Git::SVN::Ra::_log_window_size = 100; > $Git::SVN::_minimize_url = 'unset'; > +$Git::SVN::_localtime = Git::config_bool('svn.localtime'); > +$Git::SVN::_add_author_from = Git::config_bool('svn.addAuthorFrom'); > +$Git::SVN::_use_log_author = Git::config_bool('svn.useLogAuthor'); I don't think these are needed. The read_git_config() function /should/ be checking all GIT_CONFIG equivalents of the Getopt::Long option specs. Can you verify? Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html