From d33ba63f87f25e3f7b19b16e435192ed7cc55088 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 5 Jan 2010 14:49:25 -0500 Subject: [PATCH] add a log patch status --- .bin/git-patch-status | 1 + 1 file changed, 1 insertion(+) diff --git a/.bin/git-patch-status b/.bin/git-patch-status index 1289d37..b9696f3 100755 --- a/.bin/git-patch-status +++ b/.bin/git-patch-status @@ -39,6 +39,7 @@ get_status() { dead) status="dead code to be punted";; design) status="waiting for response from hardware design";; generalize) status="needs generalizing/abstracting to avoid #if mess";; + log) status="needs better change log";; no-sob) status="missing Signed-off-by tag from author";; split) status="patch needs to be split";; *) status="keep local (unknown reason '${info}')";; -- 2.39.5