From: Mike Frysinger Date: Tue, 5 Jan 2010 19:49:25 +0000 (-0500) Subject: add a log patch status X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d33ba63f87f25e3f7b19b16e435192ed7cc55088;p=home.git add a log patch status --- 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}')";;