Commit Diff


commit - 73529b9f61583f0e9c36cd6ce82523837e394747
commit + 7ca04879e263ade3c559033b1188538df6e62478
blob - 082650a7623054ef35d2d467e3d678240ee3ddf3
blob + a83600dda9f9ca0a7cb7b1d6de615794f08242cb
--- 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);
 	}