We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 334d40e + 670a729 commit c8704adCopy full SHA for c8704ad
Documentation/revisions.txt
@@ -94,7 +94,9 @@ some output processing may assume ref names in UTF-8.
94
'<branchname>@\{upstream\}', e.g. 'master@\{upstream\}', '@\{u\}'::
95
The suffix '@\{upstream\}' to a branchname (short form '<branchname>@\{u\}')
96
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.
+ top of (configured with `branch.<name>.remote` and
98
+ `branch.<name>.merge`). A missing branchname defaults to the
99
+ current one.
100
101
'<rev>{caret}', e.g. 'HEAD{caret}, v1.5.1{caret}0'::
102
A suffix '{caret}' to a revision parameter means the first parent of
0 commit comments