1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-12 23:41:54 +03:00
Commit Graph

25 Commits

Author SHA1 Message Date
f8f596d097 add tests for open file cmd on linux 2021-07-27 20:28:00 +10:00
028cb2be2f add extra quoting for shell cmd string on linux
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-07-27 20:28:00 +10:00
6137d66914 no need to log this 2021-04-11 17:07:49 +10:00
74320f0075 more logging of commands 2021-04-11 17:07:49 +10:00
bb918b579a start adding support for logging of commands 2021-04-11 17:07:49 +10:00
e145090046 add cmdLog panel 2021-04-11 17:07:49 +10:00
e04e2ebab5 try better logging for CI 2021-04-06 19:34:32 +10:00
c33f8d2790 prevent git from prompting user if program is run directly 2021-04-06 19:34:32 +10:00
8901d11674 fix merge conflict cat issue on windows 2021-04-02 13:15:07 +11:00
e8e59306fc shell out custom commands 2021-04-01 20:25:30 +11:00
64daf1310d Fix staging/unstaging files containing " in paths 2021-03-13 11:02:31 +11:00
50e4e9d58d fix command escaping 2021-03-13 10:49:40 +11:00
09f32d4f84 add secureexec file for getting around windows checking for a binary first in the current dir 2021-02-08 14:40:30 -08:00
922c0887f1 fix type: executable not found error when there is a merge conflict on windows 2021-01-01 13:17:29 -08:00
999e170f1d standardise how we read from the config 2020-11-28 10:45:30 +11:00
682db77401 fix lint errors 2020-11-18 08:36:19 +11:00
1e48afeb8f quote config file when editing 2020-10-12 08:47:12 +11:00
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
79e59d5460 add some safe goroutines
WIP
2020-10-10 00:23:01 +11:00
CI
a9049b4a82 stop using snapshots 2020-10-10 00:23:01 +11:00
485f6d5386 support configurable config 2020-10-10 00:23:01 +11:00
4912205adb remove viper
WIP
2020-10-10 00:23:01 +11:00
f3be2b3e68 improved command for deleting a submodule 2020-10-02 08:09:42 +10:00
ca105692cf fix windows build 2020-09-29 20:48:49 +10:00
1759ddf247 move OS commands into their own package 2020-09-29 20:48:49 +10:00