]> git.wh0rd.org - home.git/blobdiff - .bin/git-patch-status
pinentry: switch to x11 as gtk-2 is dead
[home.git] / .bin / git-patch-status
index 1289d37552647a69a128e42338e1f5757b25db51..b9696f36b212f0108e547df906d244ed8345e08b 100755 (executable)
@@ -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}')";;