1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-19 00:28:03 +02:00

1200 Commits

Author SHA1 Message Date
418621a9ff support discarding changes in dir 2021-03-30 21:57:00 +11:00
def68ddc8f fix bug for combining directories with single child 2021-03-30 21:57:00 +11:00
a31db3df9c support toggling collapsed 2021-03-30 21:57:00 +11:00
79079b54ea combining nodes when only one child exists 2021-03-30 21:57:00 +11:00
77a7619690 showing changes for directories 2021-03-30 21:57:00 +11:00
9f2d7adb8e more improvements 2021-03-30 21:57:00 +11:00
45939171ea WIP
start moving to new interface

WIP

WIP

WIP

WIP

WIP
2021-03-30 21:57:00 +11:00
ad1468f66f better handling of discarding files 2021-03-20 12:46:27 +11:00
058bcddc53 fix renamed files looking wrong 2021-03-14 13:24:51 +11:00
03de51747e remove redundant addition 2021-03-13 11:03:34 +11:00
3d698cd7c1 Fix tests 2021-03-13 11:02:31 +11:00
a48cc245e7 Support multibyte characters in pane 2021-03-13 11:02:31 +11:00
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