Curt Sampson wrote: > When using "git svn fetch" or "git svn clone", the --authors-file > command line parameter does what it claims in the docs. Additionally, > for "git svn fetch", an svn.authorsfile configuration parameter in > ~/.gitconfig is used, if no command line argument is specified. However, > svn.authorsfile is ignored by "git svn clone", though the documentation > claims that clone "runs init and fetch." > > I have confirmed this bug is present in git versions 1.6.0.4 and 1.6.5.1. > Does moving the line: command_oneline('config', 'svn.authorsfile', $_authors) if $_authors; Immediately prior to the "fetch_all" line before it fix the problem? It looks strange for it to set it afterwards... Sam -- 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