From f71e8546fc165c2e8cb55977829e10042be596be Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Wed, 6 Sep 2023 21:06:16 -0500 Subject: [PATCH] bin/git-branch-dates: Don't sort by committerdate --- bin/git-branch-dates | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/git-branch-dates b/bin/git-branch-dates index 9b2bb9a..6deab04 100755 --- a/bin/git-branch-dates +++ b/bin/git-branch-dates @@ -19,7 +19,6 @@ extra_color_len=26 git branch \ --color=always \ - --sort=-committerdate \ --format="$format" \ $* \ | column -ts'|' \ -- 2.43.0