From cec9264f17f5cb4a1bc0f41d51c7f62c6bf4784e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 19 Jul 2016 10:02:39 +0000 Subject: [PATCH] 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 --- Documentation/git-svn.txt | 3 +++ 1 file changed, 3 insertions(+) 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:: -- 2.11.4.GIT