1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-05 00:59:19 +02:00
Commit Graph

2735 Commits

Author SHA1 Message Date
1183f68e19 better handling of refreshed files 2021-03-30 21:57:00 +11:00
da6fe01eca allow toggling on/off file tree mode 2021-03-30 21:57:00 +11:00
c27cea6f30 more file tree improvements 2021-03-30 21:57:00 +11:00
cd0532b4d6 allow ignoring directories 2021-03-30 21:57:00 +11:00
c9de6c003b support some more things 2021-03-30 21:57:00 +11:00
418621a9ff support discarding changes in dir 2021-03-30 21:57:00 +11:00
f871724ae6 update wording 2021-03-30 21:57:00 +11:00
a31db3df9c support toggling collapsed 2021-03-30 21:57:00 +11:00
64217a8a5b fix spacing 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
07dd9c6bc8 better tree formatting 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
7e0d48c2a1 fix panic for unprintable key presses
Checking is the associated rune of a key is printable solves our problem
of having panics whenever keys like `Home` or `Ctrl-W` are pressed.

Fixes #1175
2021-03-21 11:24:36 +11:00
ad1468f66f better handling of discarding files 2021-03-20 12:46:27 +11:00
043cb2ea44 reload config whenever returning to gui 2021-02-24 02:45:05 -08:00
053e80a08e gui: ReplaceAll -> Replace 2021-02-24 00:09:05 +01:00
1jz
50dd7b00c3 add colors to differentiate action and menu commands 2021-02-16 13:52:04 -08:00
ccbd2c924b Fixed whitespace format issue 2021-02-09 14:45:33 -08:00
52d5c3beeb Added initialContent on branch rename 2021-02-09 14:45:33 -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
6f0f70bd92 Adding setup and config 2021-02-08 14:25:24 -08:00
6df15ddf6e added support for using spaces on branch names when creating new ones. 2021-02-08 14:23:54 -08:00
bb4bf23c5c gui: ReplaceAll -> Replace 2020-12-24 10:21:54 +01:00
14ce230683 refactor 2020-11-28 20:48:17 +11:00
f31fbc10f6 soft code finding of suggestions 2020-11-28 20:48:17 +11:00
be404068ff support labels for suggestions which are distinct from values 2020-11-28 20:48:17 +11:00
5671ec5f58 refactor prompt opts 2020-11-28 20:48:17 +11:00
da3b0bf7c8 Start on supporting auto-suggestions when checking out a branch
switch to other fuzzy package with no dependencies
2020-11-28 20:48:17 +11:00
90ade3225f Add lc prefix 2020-11-28 19:19:47 +11: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
860370a845 👌 update as per PR commentary 2020-11-28 10:27:28 +11:00
196761a40a 🐛 should only stage all if configured to do so _and_ there are no items staged 2020-11-28 10:27:28 +11:00
26d5444919 implement quick commit when no files staged, if configured to do so 2020-11-28 10:27:28 +11:00
f7e6d4e724 fix updater 2020-11-22 10:00:35 +11:00
3e13936e08 notify user upon copying something to clipboard 2020-11-21 17:31:08 +11:00
a3dfcd5a95 toast notifications 2020-11-21 17:31:08 +11:00
74bb6f0012 Change copy PR mapping to <c-y> and use gui.Tr for the message 2020-11-19 09:43:51 +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
5ff0ac2816 prevent crash when removing remote with no urls 2020-11-05 21:32:08 +11:00
5669cc0002 gui: fix go-1.10 compatibility 2020-10-14 12:43:31 +02:00
b1dd3c4866 support rebinding confirm/newline keys in editor 2020-10-13 08:21:09 +11:00
624fb8da21 preserve width of side panel when main view split unless window is wide enough 2020-10-13 07:31:14 +11:00
1ff405edd8 Copy a commit message to clipboard: Changes to latest version 2020-10-12 21:04:01 +11:00
031e97ef91 more password checks on commands that talk to the remote 2020-10-12 19:07:40 +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
ef77d7c608 fix submodule tab colour 2020-10-10 00:23:01 +11:00