Increase commit.title size from 75 to 128
[tig] / tig.c
diff --git a/tig.c b/tig.c
index 8ccce74..5255e14 100644 (file)
--- a/tig.c
+++ b/tig.c
@@ -2683,7 +2683,7 @@ static struct view_ops blob_ops = {
 
 struct commit {
        char id[SIZEOF_REV];            /* SHA1 ID. */
-       char title[75];                 /* First line of the commit message. */
+       char title[128];                /* First line of the commit message. */
        char author[75];                /* Author of the commit. */
        struct tm time;                 /* Date from the author ident. */
        struct ref **refs;              /* Repository references. */