From aa47d4304fd7cd46132014c1361fa6c97af074b3 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Thu, 3 Mar 2022 23:09:40 -0500 Subject: [PATCH] Suppress git-commit output The Auto-commit output is just kinda noisy (message doesn't really say much, etc). --- today | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/today b/today index b33645c..51eaf60 100755 --- a/today +++ b/today @@ -20,7 +20,7 @@ gitdo() { commit() { if ! gitdo diff --quiet; then gitdo add "$LOG" - gitdo commit -m "$@" + gitdo commit --quiet -m "$@" else echo "No changes, exiting" fi -- libgit2 1.1.1