From c2ce37595c33a222abe0b81a380b2b4ff3807e71 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 16 Nov 2024 19:18:00 +0100 Subject: [PATCH] =?UTF-8?q?=E2=86=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/alias/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/alias/git.sh b/shell/alias/git.sh index 60d84d9..2b79893 100644 --- a/shell/alias/git.sh +++ b/shell/alias/git.sh @@ -263,8 +263,8 @@ gla() { glb() { git \ log \ - --graph \ --format="%C(auto)%h%d %C(red)%ai%C(auto) %an%n%B" \ + --graph \ "${@}" }