improvement: quiet commits
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user