Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/neogit/lib/git/cli.lua
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ local function handle_line_interactive(p, line)
handler = handle_interactive_authenticity
elseif line:match("^Username for ") then
handler = handle_interactive_username
elseif line:match("^Enter passphrase") or line:match("^Password for") then
elseif line:match("^Enter passphrase") or line:match("^Password for") or line:match("^Passphrase") then
handler = handle_interactive_password
end

Expand Down