Skip to content

Commit 8603c41

Browse files
felipecgitster
authored andcommitted
doc: merge: mention default of defaulttoupstream
Commit a01f7f2 (merge: enable defaulttoupstream by default, 2014-04-20) forgot to mention the new default in the configuration documentation. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 48bf2fa commit 8603c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config/merge.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ merge.defaultToUpstream::
1414
branches at the remote named by `branch.<current branch>.remote`
1515
are consulted, and then they are mapped via `remote.<remote>.fetch`
1616
to their corresponding remote-tracking branches, and the tips of
17-
these tracking branches are merged.
17+
these tracking branches are merged. Defaults to true.
1818

1919
merge.ff::
2020
By default, Git does not create an extra merge commit when merging

0 commit comments

Comments
 (0)