summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 6fd8102..350ebf8 100644
--- a/main.c
+++ b/main.c
@@ -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;