Introduction
Introduction Statistics Contact Development Disclaimer Help
tlog: reorder time as first column - stagit - static git page generator
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit f69f33eb3cc9978e7b10b7fad73b6d1bc63623c6
parent 1d9324a87ea6b0cc3e1252910c4d6b6ae26e6ea4
Author: Hiltjo Posthuma <[email protected]>
Date: Mon, 7 Dec 2015 23:23:00 +0100
log: reorder time as first column
Diffstat:
M urmoms.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/urmoms.c b/urmoms.c
t@@ -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 a…
+ fputs("<table><thead>\n<tr><td align=\"right\">Age</td><td>Commit mess…
"<td align=\"right\">Files</td><td align=\"right\">+</td><td ali…
while (!git_revwalk_next(&id, w)) {
relpath = "";
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.