diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-01 16:31:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-01 16:31:10 -0700 |
commit | 49c15c0e4a1bc678e0671e4fa5032769936ca34a (patch) | |
tree | 0c01f2d7b0b70c57e5878562da99599373bed20a | |
parent | 91d54694a4e1da804063ce64b9757d5d3148e6ad (diff) | |
parent | 486e1e12231607f83510d69408a3bb6564b85de8 (diff) | |
download | git-49c15c0e4a1bc678e0671e4fa5032769936ca34a.tar.gz git-49c15c0e4a1bc678e0671e4fa5032769936ca34a.tar.xz |
Merge branch 'br/svn-doc-include-paths-config'
* br/svn-doc-include-paths-config:
git-svn doc: mention "svn-remote.<name>.include-paths"
-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 11d1e2fc6..0c0f60b20 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -174,6 +174,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. |