summaryrefslogtreecommitdiffstats
path: root/path.c
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2020-08-21 18:59:37 +0200
committerJunio C Hamano <gitster@pobox.com>2020-08-21 20:20:11 +0200
commitb8825ef233840136bd01a9619b36af515f498eb2 (patch)
tree991fe1afc6d7c5d1eaffb83e5f882ba54b97f24c /path.c
parentbuiltin/commit: suggest update-ref for pseudoref removal (diff)
downloadgit-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/path.c b/path.c
index 783cc2ae81..7b385e5eb2 100644
--- a/path.c
+++ b/path.c
@@ -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")