commit | 69867baf9da11fece0a6b3568fb626214a95634c | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Mon Feb 08 18:42:13 2021 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Feb 24 17:55:28 2021 +0100 |
tree | 9cff81157ea17cbc9d528c7ad85565690bf78425 | |
parent | 4add6b3bdefac21dc523071c5d3520823fb4fdab [diff] |
pw-pull: add more message separators Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
diff --git a/pw-pull b/pw-pull index 90dbd3f..8302cf4 100755 --- a/pw-pull +++ b/pw-pull
@@ -115,7 +115,9 @@ awk 'BEGIN {e=0} /^---/ {e=1} /^The following changes since commit/ {e=1} + /^The following are changes since commit/ {e=1} /^Please consider/ {e=1} + /^Please, pull these changes/ {e=1} {if(!e) print}') git commit --amend --signoff -F- <<EOF