]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pretty.c
Merge branch 'mg/gpg-richer-status'
[thirdparty/git.git] / pretty.c
index 0c3149524059bd46c3c6d70bd774df0aaa65f976..37b2c3b1f9954d79bf799a3af979e8c337698b79 100644 (file)
--- a/pretty.c
+++ b/pretty.c
@@ -1230,8 +1230,12 @@ static size_t format_commit_one(struct strbuf *sb, /* in UTF-8 */
                        switch (c->signature_check.result) {
                        case 'G':
                        case 'B':
+                       case 'E':
                        case 'U':
                        case 'N':
+                       case 'X':
+                       case 'Y':
+                       case 'R':
                                strbuf_addch(sb, c->signature_check.result);
                        }
                        break;