bin/get-pick-list.sh: fix the oneline printing
authorAndres Gomez <agomez@igalia.com>
Fri, 11 Jan 2019 14:42:25 +0000 (16:42 +0200)
committerAndres Gomez <agomez@igalia.com>
Mon, 14 Jan 2019 15:36:56 +0000 (17:36 +0200)
commit716ed41a36037459ed5bfe0775484ac2cbd90707
treeaf7c1e5dad1d6e986b95f8962cb5e572dd36de94
parent1a20b5679871b032f06007bde0fe422a3e761626
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>
bin/get-pick-list.sh