summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorWormHeamer2026-01-01 21:45:15 -0500
committerWormHeamer2026-01-01 21:45:15 -0500
commit0f48a3fc058c29e004249f2dbfd6d54c5c57e631 (patch)
tree98d4b54c691a5eae0e7652d14518d89e02487618 /main.c
parente7524ebdf621f1c65494b0f52c2d650de60cc656 (diff)
add verbose git log
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;