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
51
51
52
52
CONFIGURATION
53
53
-------------
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[]
65
55
66
56
merge.summary::
67
57
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::
26
26
allowed (equivalent to giving the `--ff-only` option from the
27
27
command line).
28
28
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[]
34
30
35
31
merge.renameLimit::
36
32
The number of files to consider when performing rename detection
You can’t perform that action at this time.
0 commit comments