From cf80135ffa87944a42f24d6c964b0c21d6554716 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 4 Aug 2015 16:27:41 -0700 Subject: [PATCH] GNUMakefile: Save entire git id. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index e98dbd07af..9922d28527 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ ifdef CONFIG VERSION = 0.98 - GIT_LABEL = $(shell git describe --all --long) + GIT_LABEL = $(shell echo `git describe --all`-`git rev-parse HEAD`) BUNDLE = Factor.app -- 2.34.1