From 3f921c75913a4ba7b73cb0d8ec05a2cf24d1f4d4 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Fri, 19 Jan 2024 11:40:19 +0100 Subject: refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref Similar to the preceding conversion of the AUTO_MERGE pseudo-ref, let's convert the MERGE_AUTOSTASH ref to become a normal pseudo-ref as well. Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- refs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'refs.c') diff --git a/refs.c b/refs.c index 906c7e5f27..047c81b1c1 100644 --- 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; -- cgit 1.2.3-korg