diff options
Diffstat (limited to 'bin/get-extra-pick-list.sh')
-rwxr-xr-x | bin/get-extra-pick-list.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/get-extra-pick-list.sh b/bin/get-extra-pick-list.sh index dbd5474befa..b42085f2aba 100755 --- a/bin/get-extra-pick-list.sh +++ b/bin/get-extra-pick-list.sh @@ -36,7 +36,9 @@ do continue fi fi - echo Commit $candidate references $sha + printf "Commit \"%s\" references %s\n" \ + "`git log -n1 --pretty=oneline $candidate`" \ + "$sha" done done |