Commit Diff


commit - 5d67f40db0411f97e1a18bb5d5d4c45458ee8c58
commit + 52e88aae7eb86a6ad3e485f55129f7901f39de96
blob - c425c02346c00d488d00f77aabb943dbda758a28
blob + 8f15714d22fd33711dbd4d25a832b0277d23134a
--- tog/tog.c
+++ tog/tog.c
@@ -1487,7 +1487,7 @@ draw_commits(struct tog_view *view, struct commit_queu
 	struct tog_log_view_state *s = &view->state.log;
 	struct commit_queue_entry *entry;
 	int width;
-	int ncommits, author_cols = 10;
+	int ncommits, author_cols = 4;
 	char *id_str = NULL, *header = NULL, *ncommits_str = NULL;
 	char *refs_str = NULL;
 	wchar_t *wline;