Show the last 5 commits when working with a git repo
For easier debugging.
This commit is contained in:
parent
f873c485c9
commit
b4df72951d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue