From 39181293c0cb1780e56e3eaee9ac2cc8abd8d43f Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 10 Apr 2020 11:19:42 -0400 Subject: Don't use git patch-id for patch tracking Looks like some of the patches sent from quilt (at least from Andrew Morton) are not properly parsed by git patch-id, so use our own patch hashing routines, even if this means we're likely going to miss some of the patches that were edited by maintainers. Signed-off-by: Konstantin Ryabitsev --- b4/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'b4/command.py') diff --git a/b4/command.py b/b4/command.py index d195509..d1b43e8 100644 --- a/b4/command.py +++ b/b4/command.py @@ -149,7 +149,7 @@ def cmd(): sp_ty.add_argument('-s', '--send', nargs='+', help='Generate thankyous for specified messages (use -l to get the list or "all")') sp_ty.add_argument('-d', '--discard', nargs='+', - help='Discard specified messages (use -l to get the list, or use "_all")') + help='Discard specified messages (use -l to get the list, or use "all")') sp_ty.add_argument('-a', '--auto', action='store_true', default=False, help='Use the Auto-Thankanator to figure out what got applied/merged') sp_ty.add_argument('-b', '--branch', default=None, -- cgit v1.2.3