summaryrefslogtreecommitdiff
path: root/path.c
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2020-08-21 16:59:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-08-21 18:20:11 (GMT)
commitb8825ef233840136bd01a9619b36af515f498eb2 (patch)
tree991fe1afc6d7c5d1eaffb83e5f882ba54b97f24c /path.c
parentb6d2558c9ea37382078635022f8932565bea8ca1 (diff)
downloadgit-b8825ef233840136bd01a9619b36af515f498eb2.zip
git-b8825ef233840136bd01a9619b36af515f498eb2.tar.gz
git-b8825ef233840136bd01a9619b36af515f498eb2.tar.bz2
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 783cc2a..7b385e5 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")