]> git.ipfire.org Git - thirdparty/git.git/commit
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
authorPatrick Steinhardt <ps@pks.im>
Fri, 19 Jan 2024 10:40:19 +0000 (11:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jan 2024 19:10:41 +0000 (11:10 -0800)
commit3f921c75913a4ba7b73cb0d8ec05a2cf24d1f4d4
tree0b8f82e7ae8325cbb8d7795853d799792520a7b9
parent35122daebc8030ccc42f54fe4f08272091e4aa94
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 <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
branch.c
builtin/commit.c
builtin/merge.c
path.c
path.h
refs.c
repository.c
repository.h