summaryrefslogtreecommitdiff
path: root/urmoms.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-12-07 23:23:00 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-12-07 23:23:00 +0100
commitf69f33eb3cc9978e7b10b7fad73b6d1bc63623c6 (patch)
treec0ec736381f09fa384866aa1053a1baf66ef670c /urmoms.c
parent1d9324a87ea6b0cc3e1252910c4d6b6ae26e6ea4 (diff)
log: reorder time as first column
Diffstat (limited to 'urmoms.c')
-rw-r--r--urmoms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/urmoms.c b/urmoms.c
index 2c5593b..98343b1 100644
--- 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 = "";