diff options
| author | WormHeamer | 2026-01-01 21:45:15 -0500 |
|---|---|---|
| committer | WormHeamer | 2026-01-01 21:45:15 -0500 |
| commit | 0f48a3fc058c29e004249f2dbfd6d54c5c57e631 (patch) | |
| tree | 98d4b54c691a5eae0e7652d14518d89e02487618 /main.c | |
| parent | e7524ebdf621f1c65494b0f52c2d650de60cc656 (diff) | |
add verbose git log
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; |
