Allow empty Git message
This commit is contained in:
parent
f488678f85
commit
73942aa550
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue