Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix right-alignment of "Files" column - stagit - static git page generator
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit 78c29a1de25a88b92858d785772315a537cd4035
parent 2b5004624599fdc6e289702a7c3626a96a1a99dd
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 26 Feb 2016 19:59:11 +0100
fix right-alignment of "Files" column
Diffstat:
M stagit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/stagit.c b/stagit.c
t@@ -435,7 +435,7 @@ writelog(FILE *fp, const git_oid *oid)
git_revwalk_simplify_first_parent(w);
fputs("<table id=\"log\"><thead>\n<tr><td>Date</td><td>Commit message<…
- "<td>Author</td><td>Files</td><td class=\"num\">+</td>"
+ "<td>Author</td><td class=\"num\">Files</td><td class=\"num\…
"<td class=\"num\">-</td></tr>\n</thead><tbody>\n", fp);
while (!git_revwalk_next(&id, w)) {
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.