diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1511,6 +1511,9 @@ int main(int argc, const char **argv) { case 'l': shell_run_no_prompt("git log --oneline %"); break; + case 'L': + shell_run_no_prompt("git log %"); + break; case 'd': shell_run_no_prompt("git diff --color=always % | less -cr"); break; |
