stagit: log: indicate when using the -l option and there are more commits

This commit is contained in:
Hiltjo Posthuma 2018-08-19 14:06:19 +02:00
parent 187daac420
commit 1f76a28422

View file

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