stagit

custom fork of stagit
Index Commits Files Refs README LICENSE
commit f69f33eb3cc9978e7b10b7fad73b6d1bc63623c6
parent 1d9324a87ea6b0cc3e1252910c4d6b6ae26e6ea4
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon,  7 Dec 2015 23:23:00 +0100

log: reorder time as first column

Diffstat:
Murmoms.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/urmoms.c b/urmoms.c
@@ -367,7 +367,7 @@ writelog(FILE *fp)
     git_revwalk_push_head(w);
 
     /* TODO: also make "expanded" log ? (with message body) */
-    fputs("<table><thead>\n<tr><td>Commit message</td><td>Author</td><td align=\"right\">Age</td>"
+    fputs("<table><thead>\n<tr><td align=\"right\">Age</td><td>Commit message</td><td>Author</td>"
           "<td align=\"right\">Files</td><td align=\"right\">+</td><td align=\"right\">-</td></tr>\n</thead><tbody>\n", fp);
     while (!git_revwalk_next(&id, w)) {
         relpath = "";