improvement: quiet commits

This commit is contained in:
2025-06-18 13:51:37 +02:00
parent 5a3668d6a9
commit 428b9de85c
2 changed files with 8 additions and 8 deletions

View File

@@ -298,7 +298,7 @@ while true; do
mv "$filetmp" "$ROOT/$fpath"
if [ -n "${GIT:-}" ]; then
$GIT add "$fpath"
$GIT commit -m "Deleted attachment from event '$(__summary_for_commit "$fpath") ...'" -- "$fpath"
$GIT commit -q -m "Deleted attachment from event '$(__summary_for_commit "$fpath") ...'" -- "$fpath"
fi
__refresh_data
break