File tree Expand file tree Collapse file tree 3 files changed +12
-16
lines changed
Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1+ merge.branchdesc::
2+ In addition to branch names, populate the log message with
3+ the branch description text associated with them. Defaults
4+ to false.
5+
6+ merge.log::
7+ In addition to branch names, populate the log message with at
8+ most the specified number of one-line descriptions from the
9+ actual commits that are being merged. Defaults to false, and
10+ true is a synonym for 20.
Original file line number Diff line number Diff line change @@ -51,17 +51,7 @@ OPTIONS
5151
5252CONFIGURATION
5353-------------
54-
55- merge.branchdesc::
56- In addition to branch names, populate the log message with
57- the branch description text associated with them. Defaults
58- to false.
59-
60- merge.log::
61- In addition to branch names, populate the log message with at
62- most the specified number of one-line descriptions from the
63- actual commits that are being merged. Defaults to false, and
64- true is a synonym for 20.
54+ include::fmt-merge-msg-config.txt[]
6555
6656merge.summary::
6757 Synonym to `merge.log`; this is deprecated and will be removed in
Original file line number Diff line number Diff line change @@ -26,11 +26,7 @@ merge.ff::
2626 allowed (equivalent to giving the `--ff-only` option from the
2727 command line).
2828
29- merge.log::
30- In addition to branch names, populate the log message with at
31- most the specified number of one-line descriptions from the
32- actual commits that are being merged. Defaults to false, and
33- true is a synonym for 20.
29+ include::fmt-merge-msg-config.txt[]
3430
3531merge.renameLimit::
3632 The number of files to consider when performing rename detection
You can’t perform that action at this time.
0 commit comments