summaryrefslogtreecommitdiffstats
path: root/gitrevisions.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-21 17:54:30 -0800
committerJunio C Hamano <gitster@pobox.com>2023-01-21 17:54:30 -0800
commita75aada385d663fe4451d0f91aab3aa07c0d85e6 (patch)
tree5ac7a0bf8355168914ff02768c14974e7fbff526 /gitrevisions.html
parent635978b311f6f7a8658016e600a28eb8740b062d (diff)
downloadgit-htmldocs-a75aada385d663fe4451d0f91aab3aa07c0d85e6.tar.gz
Autogenerated HTML docs for v2.39.1-308-g56c8f
Diffstat (limited to 'gitrevisions.html')
-rw-r--r--gitrevisions.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/gitrevisions.html b/gitrevisions.html
index ff806000d..737eda12b 100644
--- a/gitrevisions.html
+++ b/gitrevisions.html
@@ -854,7 +854,8 @@ otherwise, <em>refs/remotes/&lt;refname&gt;/HEAD</em> if it exists.
<code>FETCH_HEAD</code> records the branch which you fetched from a remote repository
with your last <code>git fetch</code> invocation.
<code>ORIG_HEAD</code> is created by commands that move your <code>HEAD</code> in a drastic
-way, to record the position of the <code>HEAD</code> before their operation, so that
+way (<code>git am</code>, <code>git merge</code>, <code>git rebase</code>, <code>git reset</code>),
+to record the position of the <code>HEAD</code> before their operation, so that
you can easily change the tip of the branch back to the state before you ran
them.
<code>MERGE_HEAD</code> records the commit(s) which you are merging into your branch