From 486e1e12231607f83510d69408a3bb6564b85de8 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Mon, 24 Aug 2015 10:23:45 +1000 Subject: [PATCH] git-svn doc: mention "svn-remote..include-paths" Mention the configuration variable in a way similar to how "svn-remote..ignore-paths" is mentioned. Signed-off-by: Brett Randall Signed-off-by: Junio C Hamano --- Documentation/git-svn.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index e801f2cafb..6845c493aa 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -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..include-paths --log-window-size=;; Fetch log entries per request when scanning Subversion history. -- 2.11.4.GIT