1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00
Commit Graph

1288 Commits

Author SHA1 Message Date
9ed3a8ee05 Fix staging/unstaging filenames that starts with - or -- 2021-03-13 11:02:31 +11:00
64daf1310d Fix staging/unstaging files containing " in paths 2021-03-13 11:02:31 +11:00
e5ba0d9d9c Support multibyte characters in Files pane 2021-03-13 11:02:31 +11:00
50e4e9d58d fix command escaping 2021-03-13 10:49:40 +11:00
e7fff2529c fix lint error 2021-02-08 14:40:30 -08:00
78867647d1 remove go-gitconfig package 2021-02-08 14:40:30 -08: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
4928d1d490 Visualize the commits for all branches 2020-11-28 19:19:47 +11:00
999e170f1d standardise how we read from the config 2020-11-28 10:45:30 +11:00
e05c41828c added tests and fixed bug found in tests 2020-11-25 08:41:22 +11:00
c4cce58464 Allow --follow-tags to be disabled if push.followTags is configured to false 2020-11-25 08:41:22 +11:00
79888d3bde Add mapping to copy a pull request URL to the clipboard 2020-11-19 09:43:51 +11:00
682db77401 fix lint errors 2020-11-18 08:36:19 +11:00
b1dd3c4866 support rebinding confirm/newline keys in editor 2020-10-13 08:21:09 +11:00
031e97ef91 more password checks on commands that talk to the remote 2020-10-12 19:07:40 +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
37bb89dac3 type i18n 2020-10-10 00:23:01 +11:00
4912205adb remove viper
WIP
2020-10-10 00:23:01 +11:00
6e076472b8 switch to fork of go-git 2020-10-06 21:58:41 +11:00
30b3478611 fix test 2020-10-02 08:09:42 +10:00
f77ce209e0 use path not name 2020-10-02 08:09:42 +10:00
a61356d018 dont really need this 2020-10-02 08:09:42 +10:00
2dc848506c bulk submodule menu 2020-10-02 08:09:42 +10:00
86dd9d87dd allow updating submodule 2020-10-02 08:09:42 +10:00
da3e00823f allow submodule init and show submodule diff with a prefix 2020-10-02 08:09:42 +10:00
f3be2b3e68 improved command for deleting a submodule 2020-10-02 08:09:42 +10:00
988176e073 manually update submodule url 2020-10-02 08:09:42 +10:00
71d4c552af allow updating submodule url 2020-10-02 08:09:42 +10:00
d4ab607d0d allow adding a submodule 2020-10-02 08:09:42 +10:00
ea307c8d94 add more submodule commands 2020-10-02 08:09:42 +10:00
7b4a0f20b2 add submodules context 2020-10-02 08:09:42 +10:00
ca105692cf fix windows build 2020-09-29 20:48:49 +10:00
ce6f8ed1bc move models folder into commands folder 2020-09-29 20:48:49 +10:00
83748d78f8 fix tests 2020-09-29 20:48:49 +10:00
72af7e4177 factor out code from git.go 2020-09-29 20:48:49 +10:00
1767f91047 factor out code for loading models 2020-09-29 20:48:49 +10:00
1759ddf247 move OS commands into their own package 2020-09-29 20:48:49 +10:00
f9643448a4 move commit files 2020-09-29 20:48:49 +10:00
91f0b0e28f move stash panel 2020-09-29 20:48:49 +10:00
8d2af5cc61 move file and submodule 2020-09-29 20:48:49 +10:00
eda4619a4f move remotes and remote branches 2020-09-29 20:48:49 +10:00
e849ca3372 move tags 2020-09-29 20:48:49 +10:00
630e446989 move commits model into models package 2020-09-29 20:48:49 +10:00
44248d9ab0 pull branch model out into models package 2020-09-29 20:48:49 +10:00
c87b2c02fa fix tests 2020-09-29 18:21:59 +10:00