mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 10:38:30 +02:00
bin/get-pick-list: use --oneline=pretty instead of --oneline
--oneline shortens hashes, while --oneline=pretty doesn't, otherwise they are the same. Having full hashes is convenient as that is the format that the bin/.cherry-ignore script requires to work correctly.
This commit is contained in:
parent
b1ea3dcc1f
commit
e27644cc2e
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ do
|
|||
esac
|
||||
|
||||
printf "[ %8s ] " "$tag"
|
||||
git --no-pager show --no-patch --oneline $sha
|
||||
git --no-pager show --no-patch --pretty=oneline $sha
|
||||
done
|
||||
|
||||
rm -f already_picked
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue