summaryrefslogtreecommitdiffstats
path: root/pkg/commands/oscommands
AgeCommit message (Collapse)Author
2022-01-04no more config in git command structJesse Duffield
2022-01-04introduce Common struct for passing around common stuffJesse Duffield
2022-01-04WIPJesse Duffield
2021-10-30stream output from certain git commands in command log panelJesse Duffield
2021-10-22simplify pull logicJesse Duffield
2021-10-17Enable/disable os specific tests at compile timeRyooooooga
2021-10-17Fix testsRyooooooga
2021-10-16Use replacerRyooooooga
2021-10-16Escape special charactersRyooooooga
2021-10-16Fix testRyooooooga
2021-10-16Fix open link command in WindowsRyooooooga
2021-10-16minor changesJesse Duffield
2021-09-16Format code to pass lintblack_desk
2021-08-25Change not to use cat commandRyooooooga
2021-07-27add tests for open file cmd on linuxFrancisco Miamoto
2021-07-27add extra quoting for shell cmd string on linuxFrancisco Miamoto
This solves an issue where we could not open files with names that contained spaces and single quotes. It also solves an issue of variable expansion for files with some kind of environment variables on the name e.g. '$USER.txt'
2021-04-11no need to log thisJesse Duffield
2021-04-11more logging of commandsJesse Duffield
2021-04-11start adding support for logging of commandsJesse Duffield
2021-04-11add cmdLog panelJesse Duffield
2021-04-06try better logging for CIJesse Duffield
2021-04-06prevent git from prompting user if program is run directlyJesse Duffield
2021-04-02fix merge conflict cat issue on windowsJesse Duffield
2021-04-01shell out custom commandsJesse Duffield
2021-03-13Fix staging/unstaging files containing `"` in pathsRyooooooga
2021-03-13fix command escapingRyooooooga
2021-02-08add secureexec file for getting around windows checking for a binary first ↵Jesse Duffield
in the current dir
2021-01-01fix type: executable not found error when there is a merge conflict on windowsunknown
2020-11-28standardise how we read from the configJesse Duffield
2020-11-18fix lint errorsJesse Duffield
2020-10-12quote config file when editingJesse 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-10add some safe goroutinesJesse Duffield
WIP
2020-10-10stop using snapshotsCI
2020-10-10support configurable configJesse Duffield
2020-10-10remove viperJesse Duffield
WIP
2020-10-02improved command for deleting a submoduleJesse Duffield
2020-09-29fix windows buildJesse Duffield
2020-09-29move OS commands into their own packageJesse Duffield