Skip to content

Commit 5a06936

Browse files
pcloudsgitster
authored andcommitted
config.txt: move fmt-merge-msg-config.txt to config/
Note that this file is not directly included in config.txt but through merge-config.txt and it's in "merge" section instead of a separate "fmtMergeMsg" section like others. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ab14f49 commit 5a06936

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Documentation/git-fmt-merge-msg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ OPTIONS
5151

5252
CONFIGURATION
5353
-------------
54-
include::fmt-merge-msg-config.txt[]
54+
include::config/fmt-merge-msg.txt[]
5555

5656
merge.summary::
5757
Synonym to `merge.log`; this is deprecated and will be removed in

Documentation/merge-config.txt

Lines changed: 1 addition & 1 deletion
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::fmt-merge-msg-config.txt[]
33+
include::config/fmt-merge-msg.txt[]
3434

3535
merge.renameLimit::
3636
The number of files to consider when performing rename detection

0 commit comments

Comments
 (0)