From 4f2177736ab4353bb0c80f00a02c0bfd23334be3 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 31 Jul 2026 23:08:14 +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 4e7bc46d..91a881ab 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -160,7 +160,7 @@ git_cache_rm() { git_commit_push() { local msg="$*" - [ -z "$msg" ] && msg="$(git status -s)" + [ -z "$msg" ] && msg="$(git status --porcelain)" git commit -a -m "$msg" && git push } -- 2.47.3