diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2020-08-21 18:59:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-21 20:20:11 +0200 |
commit | b8825ef233840136bd01a9619b36af515f498eb2 (patch) | |
tree | 991fe1afc6d7c5d1eaffb83e5f882ba54b97f24c /path.c | |
parent | builtin/commit: suggest update-ref for pseudoref removal (diff) | |
download | git-b8825ef233840136bd01a9619b36af515f498eb2.tar.xz git-b8825ef233840136bd01a9619b36af515f498eb2.zip |
sequencer: treat REVERT_HEAD as a pseudo ref
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'path.c')
-rw-r--r-- | path.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1528,7 +1528,6 @@ char *xdg_cache_home(const char *filename) return NULL; } -REPO_GIT_PATH_FUNC(revert_head, "REVERT_HEAD") REPO_GIT_PATH_FUNC(squash_msg, "SQUASH_MSG") REPO_GIT_PATH_FUNC(merge_msg, "MERGE_MSG") REPO_GIT_PATH_FUNC(merge_rr, "MERGE_RR") |