Commit Diff


commit - beb5455b68cf2c6513db813b7e36635a5685f95e
commit + e31c89e9729d162ca5e015962b45923263d1eee1
blob - c4839d1c9023a068753142f189620d39826b0968
blob + deb04037a78710cda5bd3e24290aa537cce2c2c6
--- tog/tog.c
+++ tog/tog.c
@@ -2498,7 +2498,7 @@ draw_commit(struct tog_view *view, struct commit_queue
 	while (col < avail && author_width < author_display_cols + 2) {
 		if (tog_base_commit.marker != GOT_WORKTREE_STATE_UNKNOWN &&
 		    author_width == marker_column &&
-		    entry->idx == tog_base_commit.idx) {
+		    entry->idx == tog_base_commit.idx && !s->limit_view) {
 			tc = get_color(&s->colors, TOG_COLOR_COMMIT);
 			if (tc)
 				wattr_on(view->window,