Skip to content

Commit bc62d27

Browse files
committed
docs: MERGE_AUTOSTASH is not that special
A handful of manual pages called MERGE_AUTOSTASH a "special ref", but there is nothing special about it. It merely is yet another pseudoref. Signed-off-by: Junio C Hamano <[email protected]>
1 parent dada386 commit bc62d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/merge-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ endif::git-pull[]
191191
--autostash::
192192
--no-autostash::
193193
Automatically create a temporary stash entry before the operation
194-
begins, record it in the special ref `MERGE_AUTOSTASH`
194+
begins, record it in the ref `MERGE_AUTOSTASH`
195195
and apply it after the operation ends. This means
196196
that you can run the operation on a dirty worktree. However, use
197197
with care: the final stash application after a successful

0 commit comments

Comments
 (0)