From 13501aac4e809827b14819bf943f58a7e8b5db7e Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 12 May 2023 01:25:55 +0200 Subject: [PATCH] commit all files fixed --- 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 892f4ad8..87001f9d 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -82,7 +82,7 @@ EOF return 1 fi # NB 12.05.23 git commit -m "$comment" "$file" - git commit -m "$comment" + git commit -m "$comment" -a fi -- 2.47.3