Skip to content

Commit b28d682

Browse files
committed
revert special fast commit prompt
1 parent 487687c commit b28d682

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lua/neogit/popups/commit/actions.lua

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@ local function confirm_modifications()
3333
end
3434

3535
local function do_commit(popup, cmd)
36-
cmd.arg_list(popup:get_arguments())
37-
if config.values.commit_editor.fast then
38-
local message = vim.fn.input("Commit message: ")
39-
cmd.message(message)
40-
end
41-
client.wrap(cmd, {
36+
client.wrap(cmd.arg_list(popup:get_arguments()), {
4237
autocmd = "NeogitCommitComplete",
4338
msg = {
4439
success = "Committed",

0 commit comments

Comments
 (0)