Skip to content

Commit 2125bd1

Browse files
authored
Add commit title to buid.txt
1 parent c1ffc75 commit 2125bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ BUILD_FILE="${PSPDEV}/build.txt"
5252
if [[ -f "${BUILD_FILE}" ]]; then
5353
sed -i='' '/^psptoolchain-extra /d' "${BUILD_FILE}"
5454
fi
55-
git log -1 --format="psptoolchain-extra %H %cs" >> "${BUILD_FILE}"
55+
git log -1 --format="psptoolchain-extra %H %cs %s" >> "${BUILD_FILE}"

0 commit comments

Comments
 (0)