From 9057c3600fcdb830478b349cb2b64b4ed1ea6bc6 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 29 Feb 2024 19:48:57 +0100 Subject: [PATCH] fix glog command --- other/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/config.nu b/other/config.nu index 2f1a437..7b1d322 100644 --- a/other/config.nu +++ b/other/config.nu @@ -803,7 +803,7 @@ def glog [ ] { git log --pretty=%h»¦«%s»¦«%aN»¦«%aE»¦«%aD -n $amount | lines - | split column "»¦«u commit subject name email date" + | split column "»¦«" commit subject name email date } def typed [