OSDN Git Service

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)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 29 Jan 2019 15:12:32 +0000 (15:12 +0000)
commitfa11468db4d43eb8dfc9157268f59840543c796d
treea06299dbf8c4b662e448bd1bd803059a7a0ca5dc
parent029dced476daa9778c3480ec6eead05deb116d37
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>
(cherry picked from commit 716ed41a36037459ed5bfe0775484ac2cbd90707)
bin/get-pick-list.sh