From: Eric Wong Date: Tue, 19 Jul 2016 10:02:39 +0000 (+0000) Subject: git-svn: document svn.authorsProg in config X-Git-Tag: v2.10.0-rc0~73^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cec9264f17f5cb4a1bc0f41d51c7f62c6bf4784e;p=git git-svn: document svn.authorsProg in config This has always been supported since we read config variables based on the command-line option parser. Document it explicitly since users usually want to maintain the same program across invocations. Signed-off-by: Eric Wong --- diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 7e17cade7f..5f9e65b0c4 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -625,6 +625,9 @@ config key: svn.authorsfile with the committer name as the first argument. The program is expected to return a single line of the form "Name ", which will be treated as if included in the authors file. ++ +[verse] +config key: svn.authorsProg -q:: --quiet::