From 48cccd4f5e89da8317fc2e94447405c80fe2b1c5 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 23 Jul 2026 00:31:25 +0200 Subject: [PATCH] etc/profile.d/git.sh --- etc/profile.d/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index e125f9fc..3115428c 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -145,7 +145,7 @@ git_pull_reset_branch() { } git_log_files() { - git log --pretty=format: --name-status + git log --pretty=format: --name-status | grep -v '^$' } git_clean() { -- 2.47.3