summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-07-08 20:14:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-07-08 20:14:57 (GMT)
commit11fac260fe6192cfeb877cf560531e50e1ea2025 (patch)
treee22699d1d11099dfda3c26ae95e0ec55087f10f2
parent9c7a1fc9b6e6df15f42b4ea9d69bd23d0e3269e5 (diff)
parent8603c419d3b7619b9958541461eb024c767cf212 (diff)
downloadgit-11fac260fe6192cfeb877cf560531e50e1ea2025.zip
git-11fac260fe6192cfeb877cf560531e50e1ea2025.tar.gz
git-11fac260fe6192cfeb877cf560531e50e1ea2025.tar.bz2
Merge branch 'fc/doc-default-to-upstream-config'
Doc clean-up. * fc/doc-default-to-upstream-config: doc: merge: mention default of defaulttoupstream
-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 cb2ed58..6b66c83 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