commit - 9be7558290682b11e75686825e0a3d5c3b2555a1
commit + bf0668dd8c753e49753724e72e408bf8a568c700
blob - c652b73495c7cd9d2c9c5e357020b5ed9987abcf
blob + a263a2bf7dcd603a72c89b25889b7d2464731d49
--- tog/tog.1
+++ tog/tog.1
Find the next commit which matches the current search pattern.
.It Cm N
Find the previous commit which matches the current search pattern.
-.It Cm r, Ctrl+l
+.It Cm Ctrl+l
Reload the log view with new commits found in the repository.
.El
.Pp
blob - 635145aafbe60d491e2930a081371a4711240253
blob + 3c2a6b3464a2461663080cce1dce43ba62137281
--- tog/tog.c
+++ tog/tog.c
return NULL;
}
break;
- case 'r':
case CTRL('l'):
err = stop_log_thread(s);
if (err)