Skip to content

Commit c8704ad

Browse files
committed
Merge branch 'wk/doc-clarify-upstream'
* wk/doc-clarify-upstream: Documentation: mention config sources for @{upstream}
2 parents 334d40e + 670a729 commit c8704ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/revisions.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ some output processing may assume ref names in UTF-8.
9494
'<branchname>@\{upstream\}', e.g. 'master@\{upstream\}', '@\{u\}'::
9595
The suffix '@\{upstream\}' to a branchname (short form '<branchname>@\{u\}')
9696
refers to the branch that the branch specified by branchname is set to build on
97-
top of. A missing branchname defaults to the current one.
97+
top of (configured with `branch.<name>.remote` and
98+
`branch.<name>.merge`). A missing branchname defaults to the
99+
current one.
98100

99101
'<rev>{caret}', e.g. 'HEAD{caret}, v1.5.1{caret}0'::
100102
A suffix '{caret}' to a revision parameter means the first parent of

0 commit comments

Comments
 (0)