summaryrefslogtreecommitdiff
path: root/Documentation/config
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-07-08 13:14:57 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-07-08 13:14:57 -0700
commit11fac260fe6192cfeb877cf560531e50e1ea2025 (patch)
treee22699d1d11099dfda3c26ae95e0ec55087f10f2 /Documentation/config
parentMerge branch 'js/trace2-discard-event-docfix' (diff)
parentdoc: merge: mention default of defaulttoupstream (diff)
downloadtgif-11fac260fe6192cfeb877cf560531e50e1ea2025.tar.xz
Merge branch 'fc/doc-default-to-upstream-config'
Doc clean-up. * fc/doc-default-to-upstream-config: doc: merge: mention default of defaulttoupstream
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/merge.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/merge.txt b/Documentation/config/merge.txt
index cb2ed58907..6b66c83eab 100644
--- a/Documentation/config/merge.txt
+++ b/Documentation/config/merge.txt
@@ -14,7 +14,7 @@ merge.defaultToUpstream::
branches at the remote named by `branch.<current branch>.remote`
are consulted, and then they are mapped via `remote.<remote>.fetch`
to their corresponding remote-tracking branches, and the tips of
- these tracking branches are merged.
+ these tracking branches are merged. Defaults to true.
merge.ff::
By default, Git does not create an extra merge commit when merging