From b4df72951dfa48cc8a18e1387577439279381ac0 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 4 Dec 2023 21:50:22 +0100 Subject: [PATCH] Show the last 5 commits when working with a git repo For easier debugging. --- integration/upstream-tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/upstream-tests/test.sh b/integration/upstream-tests/test.sh index 1f50ee0..9ff11df 100755 --- a/integration/upstream-tests/test.sh +++ b/integration/upstream-tests/test.sh @@ -27,7 +27,7 @@ if [[ -n "${PACKIT_TARGET_URL:-}" ]]; then git fetch pr "${PACKIT_SOURCE_BRANCH:?}" git merge "pr/$PACKIT_SOURCE_BRANCH" fi - git log -1 + git log --oneline -5 else # If we're running outside of Packit, download SRPM for the currently installed build if ! dnf download --source "$(rpm -q systemd)"; then