mirror of
https://github.com/git/git.git
synced 2026-01-09 09:36:36 +00:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
35122daebc
commit
3f921c7591
@@ -67,7 +67,6 @@ struct repo_path_cache {
|
||||
char *merge_rr;
|
||||
char *merge_mode;
|
||||
char *merge_head;
|
||||
char *merge_autostash;
|
||||
char *fetch_head;
|
||||
char *shallow;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user