summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2019-01-11 16:42:25 +0200
committerAndres Gomez <agomez@igalia.com>2019-01-14 17:36:56 +0200
commit716ed41a36037459ed5bfe0775484ac2cbd90707 (patch)
treeaf7c1e5dad1d6e986b95f8962cb5e572dd36de94 /bin
parent1a20b5679871b032f06007bde0fe422a3e761626 (diff)
bin/get-pick-list.sh: fix the oneline printing
"--summary" will also print extended header information such as creations, renames and mode changes. Let's just use "--no-patch", which suppresses the diff output. v2: Use "--no-patch" instead of the "-s" abbreviation (Eric). Fixes: 559c32d2412 ("bin/get-pick-list.sh: simplify git oneline printing") Cc: Juan A. Suarez <jasuarez@igalia.com> Cc: Eric Engestrom <eric.engestrom@intel.com> Cc: Dylan Baker <dylan@pnwbakers.com> Cc: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-pick-list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-pick-list.sh b/bin/get-pick-list.sh
index 79b7a295ea6..e7a2d0dce40 100755
--- a/bin/get-pick-list.sh
+++ b/bin/get-pick-list.sh
@@ -143,7 +143,7 @@ do
esac
printf "[ %8s ] " "$tag"
- git --no-pager show --summary --oneline $sha
+ git --no-pager show --no-patch --oneline $sha
done
rm -f already_picked