We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ffc75 commit 2125bd1Copy full SHA for 2125bd1
build-all.sh
@@ -52,4 +52,4 @@ BUILD_FILE="${PSPDEV}/build.txt"
52
if [[ -f "${BUILD_FILE}" ]]; then
53
sed -i='' '/^psptoolchain-extra /d' "${BUILD_FILE}"
54
fi
55
-git log -1 --format="psptoolchain-extra %H %cs" >> "${BUILD_FILE}"
+git log -1 --format="psptoolchain-extra %H %cs %s" >> "${BUILD_FILE}"
0 commit comments