Introduction
Introduction Statistics Contact Development Disclaimer Help
talign line numbers to 8 spaces - stagit - static git page generator
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit e9e7978381a2b3567902420d5ea1539d3c695b31
parent 8e4eb29210cfefd01ce797e1818df86b3fe2dce6
Author: Hiltjo Posthuma <[email protected]>
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
t@@ -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);
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.