]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: MERGE_AUTOSTASH is not that special
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Dec 2023 20:32:45 +0000 (12:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Dec 2023 22:08:28 +0000 (14:08 -0800)
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 <gitster@pobox.com>
Documentation/merge-options.txt

index d8f7cd7ca017f4a257129e19ea7ce407aad5c3e8..3eaefc4e940518713e7d140badcd3734ce9abbf0 100644 (file)
@@ -191,7 +191,7 @@ endif::git-pull[]
 --autostash::
 --no-autostash::
        Automatically create a temporary stash entry before the operation
-       begins, record it in the special ref `MERGE_AUTOSTASH`
+       begins, record it in the ref `MERGE_AUTOSTASH`
        and apply it after the operation ends.  This means
        that you can run the operation on a dirty worktree.  However, use
        with care: the final stash application after a successful