jesseduffield.lazygit/pkg/commands
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
..
models add submodules context 2020-10-02 08:09:42 +10:00
oscommands Add SSH key passphrase prompt to pull/push from/to remote git repo 2020-10-10 17:58:23 +11:00
patch cleanup 2020-08-23 14:29:18 +10:00
testdata Support opening lazygit in a submodule 2019-05-12 17:59:49 +10:00
branches.go remove viper 2020-10-10 00:23:01 +11:00
commits.go move models folder into commands folder 2020-09-29 20:48:49 +10:00
config.go remove viper 2020-10-10 00:23:01 +11:00
dummies.go type i18n 2020-10-10 00:23:01 +11:00
files.go bulk submodule menu 2020-10-02 08:09:42 +10:00
git.go type i18n 2020-10-10 00:23:01 +11:00
git_structs.go color merged and unmerged commits differently 2018-09-18 21:45:35 +10:00
git_test.go type i18n 2020-10-10 00:23:01 +11:00
loading_branches.go move models folder into commands folder 2020-09-29 20:48:49 +10:00
loading_commit_files.go move models folder into commands folder 2020-09-29 20:48:49 +10:00
loading_commits.go type i18n 2020-10-10 00:23:01 +11:00
loading_commits_test.go type i18n 2020-10-10 00:23:01 +11:00
loading_files.go move models folder into commands folder 2020-09-29 20:48:49 +10:00
loading_reflog_commits.go move models folder into commands folder 2020-09-29 20:48:49 +10:00
loading_remotes.go move models folder into commands folder 2020-09-29 20:48:49 +10:00
loading_stash.go move models folder into commands folder 2020-09-29 20:48:49 +10:00
loading_tags.go move models folder into commands folder 2020-09-29 20:48:49 +10:00
patch_rebases.go type i18n 2020-10-10 00:23:01 +11:00
pull_request.go type i18n 2020-10-10 00:23:01 +11:00
pull_request_test.go remove viper 2020-10-10 00:23:01 +11:00
rebasing.go type i18n 2020-10-10 00:23:01 +11:00
remotes.go move models folder into commands folder 2020-09-29 20:48:49 +10:00
stash_entries.go factor out code from git.go 2020-09-29 20:48:49 +10:00
status.go switch to fork of go-git 2020-10-06 21:58:41 +11:00
submodules.go use path not name 2020-10-02 08:09:42 +10:00
sync.go remove viper 2020-10-10 00:23:01 +11:00
tags.go factor out code from git.go 2020-09-29 20:48:49 +10:00