summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-09 02:18:07 +0900
committerJunio C Hamano <gitster@pobox.com>2019-05-09 02:18:07 +0900
commitd1063b1b2e658ecbb78ae560ecb80d543e8c78c5 (patch)
tree0866004a8e9aed3f3a78c77d85729a8845fbb81c /git-config.html
parent2ba14716c3b8d8081480683846aefbc1d2abe0db (diff)
downloadgit-htmldocs-d1063b1b2e658ecbb78ae560ecb80d543e8c78c5.tar.gz
Autogenerated HTML docs for v2.21.0-896-g6a6c0f
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html32
1 files changed, 29 insertions, 3 deletions
diff --git a/git-config.html b/git-config.html
index b84cd6488..600961d31 100644
--- a/git-config.html
+++ b/git-config.html
@@ -2002,6 +2002,14 @@ waitingForEditor
editor input from the user.
</p>
</dd>
+<dt class="hdlist1">
+nestedTag
+</dt>
+<dd>
+<p>
+ Advice shown if a user attempts to recursively tag a tag object.
+</p>
+</dd>
</dl></div>
</div></div>
</dd>
@@ -6560,9 +6568,27 @@ merge.renames
</dt>
<dd>
<p>
- Whether and how Git detects renames. If set to "false",
- rename detection is disabled. If set to "true", basic rename
- detection is enabled. Defaults to the value of diff.renames.
+ Whether Git detects renames. If set to "false", rename detection
+ is disabled. If set to "true", basic rename detection is enabled.
+ Defaults to the value of diff.renames.
+</p>
+</dd>
+<dt class="hdlist1">
+merge.directoryRenames
+</dt>
+<dd>
+<p>
+ Whether Git detects directory renames, affecting what happens at
+ merge time to new files added to a directory on one side of
+ history when that directory was renamed on the other side of
+ history. If merge.directoryRenames is set to "false", directory
+ rename detection is disabled, meaning that such new files will be
+ left behind in the old directory. If set to "true", directory
+ rename detection is enabled, meaning that such new files will be
+ moved into the new directory. If set to "conflict", a conflict
+ will be reported for such paths. If merge.renames is false,
+ merge.directoryRenames is ignored and treated as false. Defaults
+ to "conflict".
</p>
</dd>
<dt class="hdlist1">