stagit

static git page generator  https://git.ce9e.org
git clone https://git.ce9e.org/stagit.git

commit
1f76a28422e1081400b1c0a3319553c73620b065
parent
187daac42007c87e6af9317a20446e3b81907f63
Author
Hiltjo Posthuma <hiltjo@codemadness.org>
Date
2018-08-19 12:06
stagit: log: indicate when using the -l option and there are more commits

Diffstat

M stagit.c 4 ++++

1 files changed, 4 insertions, 0 deletions


diff --git a/stagit.c b/stagit.c

@@ -602,6 +602,10 @@ writelog(FILE *fp, const git_oid *oid)
  602   602 		} else if (nlogcommits > 0) {
  603   603 			writelogline(fp, ci);
  604   604 			nlogcommits--;
   -1   605 			if (!nlogcommits && ci->parentoid[0])
   -1   606 				fputs("<tr><td></td><td colspan=\"5\">"
   -1   607 				      "More commits remaining [...]</td>"
   -1   608 				      "</tr>\n", fp);
  605   609 		}
  606   610 
  607   611 		if (cachefile)