aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-10-27 08:23:50 +0200
committerJunio C Hamano <gitster@pobox.com>2018-10-29 10:17:05 +0900
commit649cf589117d5f3a4bf024a187f70f216ed9d114 (patch)
tree1f1fc63adc7eda5e86af07359940ea201d5d92a6 /Documentation/config.txt
parent07c11a0bd0753dd625efc522b621ef5bc19ff06f (diff)
downloadgit-649cf589117d5f3a4bf024a187f70f216ed9d114.tar.gz
config.txt: move worktree.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 10617d0a10..75b8f6964d 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -435,12 +435,4 @@ include::config/versionsort.txt[]
include::config/web.txt[]
-worktree.guessRemote::
- With `add`, if no branch argument, and neither of `-b` nor
- `-B` nor `--detach` are given, the command defaults to
- creating a new branch from HEAD. If `worktree.guessRemote` is
- set to true, `worktree add` tries to find a remote-tracking
- branch whose name uniquely matches the new branch name. If
- such a branch exists, it is checked out and set as "upstream"
- for the new branch. If no such match can be found, it falls
- back to creating a new branch from the current HEAD.
+include::config/worktree.txt[]