Allow empty Git message

This commit is contained in:
Yegor Timoshenko 2017-08-06 23:05:52 +00:00
parent f488678f85
commit 73942aa550

View file

@ -116,7 +116,7 @@ STRING is the output line from PROC."
(shell-command (shell-command
(concat "git add " (shell-quote-argument filename) (concat "git add " (shell-quote-argument filename)
gac-shell-and 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 () (defun gac-push ()
"Push commits to the current upstream. "Push commits to the current upstream.