using short (commit) log format, extended to 25 entries
This commit is contained in:
parent
f124eb692c
commit
50fcb3b235
|
@ -8,7 +8,7 @@ else
|
|||
|
||||
BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||
REVISION=$(git rev-parse --short HEAD)
|
||||
RECENT_COMMITS=$(git log -n 10)
|
||||
RECENT_COMMITS=$(git shortlog -n25)
|
||||
TARGET_FILE=obj/cleanflight_${TARGET}
|
||||
|
||||
if [ -f ${TARGET_FILE}.bin ];
|
||||
|
|
Loading…
Reference in New Issue