today

what did you do today?
git clone git://git.alexkarle.com.com/today
Log | Files | Refs | README | LICENSE

commit aa47d4304fd7cd46132014c1361fa6c97af074b3 (patch)
parent a3f9efadf9915d29d5ef18b8966e1b60b633c7ec
Author: Alex Karle <alex@alexkarle.com>
Date:   Thu,  3 Mar 2022 23:09:40 -0500

Suppress git-commit output

The Auto-commit output is just kinda noisy (message doesn't
really say much, etc).

Diffstat:
Mtoday | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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