]> git.ozlabs.org Git - next-scripts/commitdiff
clog: this is even better for ranges and multiple commits
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 19 Sep 2024 23:22:49 +0000 (09:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 19 Sep 2024 23:22:49 +0000 (09:22 +1000)
clog

diff --git a/clog b/clog
index 7945fcd1bb066cf412e3f40004b47393bca3dd15..c87c16df9eb21e2c09aa07a8c5bcad66d2f47bfd 100755 (executable)
--- a/clog
+++ b/clog
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-git show -s --format='  %h ("%s")' "$@"
+git log --no-walk --format='  %h ("%s")' "$@"