From: Stephen Rothwell Date: Thu, 19 Sep 2024 23:22:49 +0000 (+1000) Subject: clog: this is even better for ranges and multiple commits X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=656f78af53d4c16658cbd16986677ba2cba227b6;p=next-scripts clog: this is even better for ranges and multiple commits --- diff --git a/clog b/clog index 7945fcd..c87c16d 100755 --- a/clog +++ b/clog @@ -1,3 +1,3 @@ #!/bin/bash -git show -s --format=' %h ("%s")' "$@" +git log --no-walk --format=' %h ("%s")' "$@"