]> git.ipfire.org Git - thirdparty/git.git/blobdiff - refs.c
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
[thirdparty/git.git] / refs.c
diff --git a/refs.c b/refs.c
index 906c7e5f27ed2a9c9123458f16ba3424b79a1c3b..047c81b1c1d992f1b77bccde402d9add6c2f551a 100644 (file)
--- a/refs.c
+++ b/refs.c
@@ -1875,7 +1875,6 @@ static int is_special_ref(const char *refname)
         */
        static const char * const special_refs[] = {
                "FETCH_HEAD",
-               "MERGE_AUTOSTASH",
                "MERGE_HEAD",
        };
        size_t i;