Skip to content

Commit d82b86a

Browse files
committed
Don't require git 2.25.0
1 parent 0e09f25 commit d82b86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/gen_amalgamation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mkdir -p "$TARGET_BASE"
1313
FILE_BASE="$TARGET_BASE/Asterism"
1414
HEADER_FILE="$FILE_BASE.h"
1515
SOURCE_FILE="$FILE_BASE.m"
16-
GIT_REFERENCE=`git log HEAD -1 --format=reference`
16+
GIT_REFERENCE=`git log HEAD -1 --pretty='format:%C(auto)%h (%s, %ad)'`
1717

1818
## GENERATE THE HEADER FILE
1919

0 commit comments

Comments
 (0)