diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el index 0bdfcf5..f2d1700 100644 --- a/git-auto-commit-mode.el +++ b/git-auto-commit-mode.el @@ -116,7 +116,7 @@ STRING is the output line from PROC." (shell-command (concat "git add " (shell-quote-argument filename) gac-shell-and - "git commit -m " (shell-quote-argument commit-msg))))) + "git commit --allow-empty-message -m " (shell-quote-argument commit-msg))))) (defun gac-push () "Push commits to the current upstream.