diff options
author | Eric Wong <e@80x24.org> | 2016-07-19 10:02:39 +0000 |
---|---|---|
committer | Eric Wong <e@80x24.org> | 2016-07-19 10:07:19 +0000 |
commit | cec9264f17f5cb4a1bc0f41d51c7f62c6bf4784e (patch) | |
tree | 7bcc2ab6dba2fd93bcfc9e298ec0144b3cd93e75 /Documentation/git-svn.txt | |
parent | 29493589e97a2de0c4c1c314f61ccafaee3b5caf (diff) | |
download | git-cec9264f17f5cb4a1bc0f41d51c7f62c6bf4784e.tar.gz |
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 <e@80x24.org>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 <email>", which will be treated as if included in the authors file. ++ +[verse] +config key: svn.authorsProg -q:: --quiet:: |