From 20230402d087858ca9a93aa8fe53d289f29c1836 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 2 Apr 2023 23:29:15 +0900 Subject: 0.39.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6248ad17..fe552209 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ VERSION_REGEX := $(subst .,\.,$(VERSION_TRIM)) ifdef FZF_REVISION REVISION := $(FZF_REVISION) else -REVISION := $(shell git log -n 1 --pretty=format:%h -- $(SOURCES) 2> /dev/null) +REVISION := $(shell git log -n 1 --pretty=format:%h --abbrev=8 -- $(SOURCES) 2> /dev/null) endif ifeq ($(REVISION),) $(error Not on git repository; cannot determine $$FZF_REVISION) -- cgit v1.2.3