From a2cfb64f1b8f6968099698c2ea59f1ef3b1f3b02 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Tue, 31 Aug 2021 18:09:41 +0200 Subject: [PATCH] Replace use of git alias by actual command --- dotfiles/shell/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/shell/aliases b/dotfiles/shell/aliases index 4b28644..f5a0819 100644 --- a/dotfiles/shell/aliases +++ b/dotfiles/shell/aliases @@ -95,7 +95,7 @@ aur_update() { if [ "$unpulled" -eq 0 ]; then echo "$(basename "$repo") is up to date" else - git pull && git chlog -p + git pull && git log --no-merges --oneline --stat @{1}.. -p echo -n "Update $repo? [y/N] " read -r answer if [ ! "$answer" = 'y' ]; then