OSDN Git Service

git-svn doc: mention "svn-remote.<name>.include-paths"
authorBrett Randall <javabrett@gmail.com>
Mon, 24 Aug 2015 00:23:45 +0000 (10:23 +1000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Aug 2015 17:27:26 +0000 (10:27 -0700)
Mention the configuration variable in a way similar to how
"svn-remote.<name>.ignore-paths" is mentioned.

Signed-off-by: Brett Randall <javabrett@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt

index e801f2c..6845c49 100644 (file)
@@ -157,6 +157,9 @@ Skip "branches" and "tags" of first level directories;;
        (including automatic fetches due to 'clone', 'dcommit',
        'rebase', etc) on a given repository. '--ignore-paths' takes
        precedence over '--include-paths'.
++
+[verse]
+config key: svn-remote.<name>.include-paths
 
 --log-window-size=<n>;;
        Fetch <n> log entries per request when scanning Subversion history.