diff options
author | Brett Randall <javabrett@gmail.com> | 2015-08-24 10:23:45 +1000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-26 10:27:26 -0700 |
commit | 486e1e12231607f83510d69408a3bb6564b85de8 (patch) | |
tree | 90c705fb05273a46e86694a7679c426bf0f39cde /Documentation/git-svn.txt | |
parent | git-svn docs: Use tabs consistently within the ascii doc (diff) | |
download | tgif-486e1e12231607f83510d69408a3bb6564b85de8.tar.xz |
git-svn doc: mention "svn-remote.<name>.include-paths"
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>
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 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.<name>.include-paths --log-window-size=<n>;; Fetch <n> log entries per request when scanning Subversion history. |