using short (commit) log format, extended to 25 entries

This commit is contained in:
Paul Rogalinski 2015-04-01 00:30:25 +02:00
parent f124eb692c
commit 50fcb3b235
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];