You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit: remove irrelavent prompt on --allow-empty-message
Even when the `--allow-empty-message` option is given, "git commit"
offers an interactive editor session with prefilled message that says
the commit will be aborted if the buffer is emptied, which is wrong.
Remove the "an empty message aborts" part from the message when the
option is given to fix it.
Helped-by: Junio C Hamano <[email protected]>
Helped-by: Đoàn Trần Công Danh <[email protected]>
Helped-by: Felipe Contreras <[email protected]>
Signed-off-by: Hu Jialun <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments