1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/pkg/gui
band-a-prend 582fd24d78 Add SSH key passphrase prompt to pull/push from/to remote git repo
This commit resolves issue with absence of ssh key prompting
to pull from or push to remote git repository.

I checked lazygit with this patch for successfully pull from
and push to https://gitweb.gentoo.org/repo/proj/guru.git repository.
While for lazygit-0.23.1 I'm not able to do that.

The check for Passphrase follows the Password because of
more long time before SSH key is prompt in terminal.
Otherwise after timeout "Password" prompt is appears.

Excuse me for google translated i18n dutch lines.

Bug: https://github.com/jesseduffield/lazygit/issues/534

Signed-off-by: band-a-prend <torokhov-s-a@yandex.ru>
2020-10-10 17:58:23 +11:00
..
boxlayout commit files kind of generalised 2020-08-23 14:29:18 +10:00
presentation add submodules context 2020-10-02 08:09:42 +10:00
app_status_manager.go add some safe goroutines 2020-10-10 00:23:01 +11:00
arrangement.go remove viper 2020-10-10 00:23:01 +11:00
branches_panel.go add some safe goroutines 2020-10-10 00:23:01 +11:00
cherry_picking.go type i18n 2020-10-10 00:23:01 +11:00
commit_files_panel.go fix mutex deadlock 2020-10-10 00:23:01 +11:00
commit_message_panel.go type i18n 2020-10-10 00:23:01 +11:00
commits_panel.go do not put mutexes on state else we might unlock an unlocked mutex 2020-10-10 00:23:01 +11:00
confirmation_panel.go add some safe goroutines 2020-10-10 00:23:01 +11:00
context.go add some safe goroutines 2020-10-10 00:23:01 +11:00
credentials_panel.go Add SSH key passphrase prompt to pull/push from/to remote git repo 2020-10-10 17:58:23 +11:00
custom_commands.go type i18n 2020-10-10 00:23:01 +11:00
diffing.go type i18n 2020-10-10 00:23:01 +11:00
discard_changes_menu_panel.go type i18n 2020-10-10 00:23:01 +11:00
file_watching.go add some safe goroutines 2020-10-10 00:23:01 +11:00
files_panel.go fix mutex deadlock 2020-10-10 00:23:01 +11:00
filtering_menu_panel.go type i18n 2020-10-10 00:23:01 +11:00
filtering.go type i18n 2020-10-10 00:23:01 +11:00
git_flow.go type i18n 2020-10-10 00:23:01 +11:00
global_handlers.go do not put mutexes on state else we might unlock an unlocked mutex 2020-10-10 00:23:01 +11:00
gui_test.go install lazygit at beginning of test suite 2020-10-10 00:23:01 +11:00
gui.go release notes in status panel 2020-10-10 00:23:01 +11:00
keybindings.go fix mutex deadlock 2020-10-10 00:23:01 +11:00
layout.go fix submodule tab colour 2020-10-10 00:23:01 +11:00
line_by_line_panel.go fix mutex deadlock 2020-10-10 00:23:01 +11:00
list_context.go paging keybindings for line by line panel 2020-10-10 00:23:01 +11:00
main_panels.go allow submodule init and show submodule diff with a prefix 2020-10-02 08:09:42 +10:00
menu_panel.go type i18n 2020-10-10 00:23:01 +11:00
merge_panel.go type i18n 2020-10-10 00:23:01 +11:00
modes.go type i18n 2020-10-10 00:23:01 +11:00
options_menu_panel.go type i18n 2020-10-10 00:23:01 +11:00
patch_building_panel.go fix mutex deadlock 2020-10-10 00:23:01 +11:00
patch_options_panel.go type i18n 2020-10-10 00:23:01 +11:00
pty_windows.go fix windows CI 2020-10-02 08:09:42 +10:00
pty.go allow submodule init and show submodule diff with a prefix 2020-10-02 08:09:42 +10:00
quitting.go type i18n 2020-10-10 00:23:01 +11:00
rebase_options_panel.go type i18n 2020-10-10 00:23:01 +11:00
recent_repos_panel.go type i18n 2020-10-10 00:23:01 +11:00
recording.go add some safe goroutines 2020-10-10 00:23:01 +11:00
reflog_panel.go type i18n 2020-10-10 00:23:01 +11:00
remote_branches_panel.go type i18n 2020-10-10 00:23:01 +11:00
remotes_panel.go fix another panic error 2020-10-10 00:23:01 +11:00
reset_menu_panel.go type i18n 2020-10-10 00:23:01 +11:00
searching.go remove viper 2020-10-10 00:23:01 +11:00
side_window.go better logic for taking focus away from popup panels 2020-08-23 14:29:18 +10:00
staging_panel.go fix mutex deadlock 2020-10-10 00:23:01 +11:00
stash_panel.go type i18n 2020-10-10 00:23:01 +11:00
status_panel.go release notes in status panel 2020-10-10 00:23:01 +11:00
sub_commits_panel.go type i18n 2020-10-10 00:23:01 +11:00
submodules_panel.go type i18n 2020-10-10 00:23:01 +11:00
tags_panel.go type i18n 2020-10-10 00:23:01 +11:00
tasks_adapter.go allow submodule init and show submodule diff with a prefix 2020-10-02 08:09:42 +10:00
undoing.go type i18n 2020-10-10 00:23:01 +11:00
updates.go remove viper 2020-10-10 00:23:01 +11:00
view_helpers.go fix mutex deadlock 2020-10-10 00:23:01 +11:00
window.go cleanup 2020-08-23 14:29:18 +10:00
workspace_reset_options_panel.go type i18n 2020-10-10 00:23:01 +11:00