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

117 Commits

Author SHA1 Message Date
50f20de8f3 Removed a lot of duplicated code 2018-12-10 08:22:52 +01:00
61c2778de1 Changed pushPassUname name to credentials 2018-12-10 07:51:06 +01:00
f14effe5f5 Worked and fixed a view comments 2018-12-09 13:04:19 +01:00
19a6a32625 Merge branch 'master' into https-ask-for-username-password 2018-12-08 16:41:39 +01:00
270658fc00 Made code ready to merge to master's latest commit 2018-12-08 16:40:22 +01:00
ff856b7630 fetching branches without checking out 2018-12-08 11:51:47 +11:00
ca3afa2a39 standardising how list panels deal with cursor movement 2018-12-08 11:51:47 +11:00
99a8b1ae8b making a start on unidirectional data binding to fix these UI bugs 2018-12-08 11:51:47 +11:00
1b6d34e76a Merge branch 'master' into https-ask-for-username-password 2018-12-06 08:31:12 +01:00
3b51d7cd00 clean as well as reset (I'm hoping this is a good design decision) 2018-12-05 20:06:47 +11:00
c0f9795910 staging lines and hunks 2018-12-05 19:33:46 +11:00
658e5a9faf initial support for staging individual lines 2018-12-04 22:11:48 +11:00
af54d7f015 Fixed view not defined error with git push and pull 2018-11-02 15:07:10 +01:00
cb9ad5bc73 Fixed golangcibot surgestion 2018-11-02 10:06:10 +01:00
5470bb4121 Added username password detect to git pull 2018-11-02 09:54:54 +01:00
9a99748d3b Fixed bug where username input didn't go away 2018-10-27 16:29:16 +02:00
ac03665df3 Handled some errors 2018-10-20 19:44:56 +02:00
12425f0aa7 First good success 2018-10-20 17:37:55 +02:00
01fa106de3 Added files to commit pannelsidjfjlisdjfilisldjfiljisldjilfjisdjilfjlsidMoved some code around 2018-10-17 21:12:33 +02:00
4287f8ae90 Fix tests and add test scenarios for amend. 2018-10-08 22:19:42 +02:00
190309e5c1 Check if there is any commit to amend and use 'A' instead of 'M' as shortcut. 2018-10-08 21:19:45 +02:00
5f7ac97a39 Refresh side panels and use uppercase HEAD in all git commands that requires it. 2018-10-06 09:53:54 +02:00
28fe3d6cf9 Use confirmation popup for amending last commit. 2018-09-25 22:11:51 +02:00
7164f37266 Merge branch 'master' into feature/commit-amend 2018-09-25 19:05:24 +10:00
f89bc10af1 appease golangci 2018-09-17 21:32:19 +10:00
c00c834b35 standardise rendering of lists in panels 2018-09-17 21:02:30 +10:00
61f0801bd3 Add ammend commit action. 2018-09-13 12:44:32 +02:00
f8b484f638 don't use newlines at the end of panel buffers 2018-09-12 18:23:25 +10:00
52b132fe01 better handling of cursor and origin positionings 2018-09-10 20:17:39 +10:00
6f7de83bce Merge branch 'master' into feature/help
conflicts resolved
2018-09-09 10:41:01 +02:00
a2d40cfbf1 allow users to configure whether the commit length is shown 2018-09-05 23:02:13 +10:00
986774e5c7 add commit count via gocui subtitle 2018-09-05 20:43:45 +10:00
98763e98cb initial commit message counter 2018-09-05 11:26:54 +02:00
e21f739f4f add renderGlobalOptions
render only global options for all panels
2018-09-04 16:07:31 +02:00
97ad4a1643 delete options 2018-09-04 15:40:29 +02:00
cc3fa4b79d make '?' key visible on every panel 2018-09-03 17:52:05 +02:00
28a9594ef7 update help panel
- delete scrolling ability
- lines are now selectable
- implemented handler execution when space is pressed
- add example descriptions for status panel keybindings
2018-09-03 17:52:05 +02:00
77623db1d0 apply fmt 2018-09-03 17:52:05 +02:00
6a99d36ae1 change key from 'H' to '?' 2018-09-03 17:52:05 +02:00
2416f585ce initial help panel 2018-09-03 17:52:05 +02:00
ae0d88f855 WIP using runDirectCommand with xdg-open 2018-09-01 11:38:32 +10:00
7e1e97d050 dont panic when catting directories 2018-08-28 19:12:35 +10:00
b4323c029f Merge branch 'master' into feature/add-all 2018-08-27 20:57:50 +10:00
23fe0290ad add openFile to gui struct 2018-08-26 01:58:20 +02:00
364c1ac5e7 remove useless returned variable 2018-08-26 01:58:19 +02:00
883fcf1083 remove useless returned variable 2018-08-26 01:58:19 +02:00
60422912c8 add 'a' keybinding to toggle staged/unstaged for all files 2018-08-25 08:59:51 +10:00
317926c808 fix golangci lint 2018-08-19 21:34:24 +10:00
4d2346f80a popup force push confirmation panel if the local branch has diverged from the upstream branch 2018-08-19 21:28:13 +10:00
aa4d739577 fix ignore feature 2018-08-19 20:41:04 +10:00