summaryrefslogtreecommitdiffstats
path: root/pkg/gui/credentials_panel.go
AgeCommit message (Collapse)Author
2021-10-17small fixesJesse Duffield
2021-10-17fix editorJesse Duffield
2021-04-09potentially fix credentials issuev0.27.2Jesse Duffield
2021-04-06more refactoringJesse Duffield
2021-04-06testJesse Duffield
type safe view access
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
switch to other fuzzy package with no dependencies
2020-11-18fix lint errorsJesse Duffield
2020-10-10Add SSH key passphrase prompt to pull/push from/to remote git repoband-a-prend
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-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
WIP
2020-08-23we've now flipped the booleanJesse Duffield
2020-08-23lots more stuffJesse Duffield
2020-08-23dont check for error when sending view to bottomJesse Duffield
2020-08-23no need to set views on top anymoreJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15more removing of g and vJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-08-12lowercase function nameJesse Duffield
2020-08-12minor refactorJesse Duffield
2020-08-12support multiple modes of git pullJesse Duffield
2020-08-12update namingJesse Duffield
2020-08-12pass callback directlyJesse Duffield
2020-08-12minor cleanupJesse Duffield
WIP
2020-03-28smart refreshing filesJesse Duffield
2020-03-28more smart refreshingJesse Duffield
WIP WIP WIP WIP WIP fix how diff entries are handled WIP WIP WIP WIP WIP WIP
2020-03-28clean up signatureJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2019-11-05do not return focus to commitsFiles view after selecting to start a new patchJesse Duffield
2019-02-11post-merge cleanupJesse Duffield
2018-12-19send direct error messageJesse Duffield
2018-12-19Translated credentials error with git push/pull/fetchmjarkk
2018-12-18no longer checking for 'exit status 128' because we're directly returning stderrJesse Duffield
2018-12-18explicitly return newlines to our live command stdinJesse Duffield
2018-12-18minor refactor of credentials panel into its own fileJesse Duffield