This patch takes care of 3 of 8 noise lines.
---
 src/password-store.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/password-store.sh b/src/password-store.sh
index d7f5eb0..dc2e659 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -32,7 +32,7 @@ git_commit() {
        local sign=""
        [[ -d $GIT_DIR ]] || return
        [[ $(git config --bool --get pass.signcommits) == "true" ]] && sign="-S"
-       git commit $sign -m "$1"
+       git commit -q $sign -m "$1"
 }
 yesno() {
        [[ -t 0 ]] || return 0
-- 
1.9.2

_______________________________________________
Password-Store mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to