Skip to content

Commit 7fb5ab4

Browse files
pcloudsgitster
authored andcommitted
config.txt: move merge-config.txt to config/
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f7ade6c commit 7fb5ab4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ include::config/mailmap.txt[]
371371

372372
include::config/man.txt[]
373373

374-
include::merge-config.txt[]
374+
include::config/merge.txt[]
375375

376376
mergetool.<tool>.path::
377377
Override the path for the given tool. This is useful in case
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ merge.verifySignatures::
3030
If true, this is equivalent to the --verify-signatures command
3131
line option. See linkgit:git-merge[1] for details.
3232

33-
include::config/fmt-merge-msg.txt[]
33+
include::fmt-merge-msg.txt[]
3434

3535
merge.renameLimit::
3636
The number of files to consider when performing rename detection
@@ -63,7 +63,7 @@ merge.tool::
6363
Any other value is treated as a custom merge tool and requires
6464
that a corresponding mergetool.<tool>.cmd variable is defined.
6565

66-
include::mergetools-merge.txt[]
66+
include::../mergetools-merge.txt[]
6767

6868
merge.verbosity::
6969
Controls the amount of output shown by the recursive merge

Documentation/git-merge.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ include::merge-strategies.txt[]
342342

343343
CONFIGURATION
344344
-------------
345-
include::merge-config.txt[]
345+
include::config/merge.txt[]
346346

347347
branch.<name>.mergeOptions::
348348
Sets default options for merging into branch <name>. The syntax and

0 commit comments

Comments
 (0)