stagit: log: indicate when using the -l option and there are more commits
This commit is contained in:
parent
187daac420
commit
1f76a28422
1 changed files with 4 additions and 0 deletions
4
stagit.c
4
stagit.c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue