stagit
static git repository generator
git clone https://9o.is/git/stagit.git
commit a0b20646e192863c77bafbe34ae1558ef03c5860 parent e1d7c29074a5a227fcb7b57827df01bfc16c5845 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Mon, 17 Apr 2017 16:39:03 +0200 align line numbers to 8 spaces ... now it is done. Diffstat:
| M | stagit.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c @@ -379,7 +379,7 @@ int writeblobhtml(FILE *fp, const git_blob *blob) { size_t n = 0, i, prev; - const char *nfmt = "<a href=\"#l%d\" class=\"line\" id=\"l%d\">%6d</a> "; + const char *nfmt = "<a href=\"#l%d\" class=\"line\" id=\"l%d\">%7d</a> "; const char *s = git_blob_rawcontent(blob); git_off_t len = git_blob_rawsize(blob);