Commit Diff
--- tog/tog.c +++ tog/tog.c @@ -1404,6 +1404,7 @@ draw_commits(struct tog_view *view, struct commit_queu author_cols = width; free(wauthor); free(author); + ncommits++; entry = TAILQ_NEXT(entry, entry); }
--- tog/tog.c +++ tog/tog.c @@ -1404,6 +1404,7 @@ draw_commits(struct tog_view *view, struct commit_queu author_cols = width; free(wauthor); free(author); + ncommits++; entry = TAILQ_NEXT(entry, entry); }