SHow more commit info

This commit is contained in:
2025-07-29 02:01:52 -04:00
parent 5d434f031d
commit 6f1bc4dd00

View File

@@ -543,7 +543,7 @@ from_source() {
echo "Current commit hash: $commit" echo "Current commit hash: $commit"
echo "Git worktree description: $description" echo "Git worktree description: $description"
((DEBUG)) && git --no-pager -C "$BUILD_DIR" log --all --pretty=format:"%ai %H" | sort -r | head -n1 ((DEBUG)) && git --no-pager -C "$BUILD_DIR" log -1
# Enter worktree # Enter worktree
execute pushd "$BUILD_DIR" || return 1 execute pushd "$BUILD_DIR" || return 1