diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-17 12:11:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-17 12:11:46 -0700 |
commit | d6579d94365884eb56f50562441d5344d5acd838 (patch) | |
tree | 8136b9670cabffd5e7779d59a9ade03f69a4a813 | |
parent | Merge branch 'ah/submodule-typofix-in-error' into maint (diff) | |
parent | git-svn doc: mention "svn-remote.<name>.include-paths" (diff) | |
download | tgif-d6579d94365884eb56f50562441d5344d5acd838.tar.xz |
Merge branch 'br/svn-doc-include-paths-config' into maint
* 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 11d1e2fc66..0c0f60b20e 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. |