1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-01 00:54:58 +02:00
Commit Graph

35 Commits

Author SHA1 Message Date
865c7c2332 minor refactor of credentials panel into its own file 2018-12-18 22:19:32 +11:00
4886b8350e always hide rather than delete the credentials view, and don't log on error in case there is a user password in the error 2018-12-16 17:28:04 +11:00
a26c15dafa some fixes for issues around the credentials panel 2018-12-12 22:34:20 +11:00
8e3f5e19e0 Changed some other names 2018-12-10 08:04:22 +01:00
61c2778de1 Changed pushPassUname name to credentials 2018-12-10 07:51:06 +01:00
19a6a32625 Merge branch 'master' into https-ask-for-username-password 2018-12-08 16:41:39 +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
8f904ffd72 Working popup 2018-12-07 14:56:29 +01:00
1b6d34e76a Merge branch 'master' into https-ask-for-username-password 2018-12-06 08:31:12 +01:00
181f91d2ef Add full stops to new comments. 2018-11-30 13:47:14 +13:00
643cdd3461 Add simple comments to uncommented functions. 2018-11-30 11:04:08 +13:00
adfc00bcdc Changed the waitForGroup to a channel 2018-11-23 13:58:30 +01:00
8742c4c110 Removed some variables and placed them inside the gui struct 2018-11-10 09:27:03 +01:00
32ecc6d745 Removed getPushPassUnameView function 2018-11-10 09:09:18 +01:00
af54d7f015 Fixed view not defined error with git push and pull 2018-11-02 15:07:10 +01:00
5470bb4121 Added username password detect to git pull 2018-11-02 09:54:54 +01:00
ac03665df3 Handled some errors 2018-10-20 19:44:56 +02:00
b72841ca0c Fixed golangcibot surgestions 2018-10-20 18:58:37 +02:00
12425f0aa7 First good success 2018-10-20 17:37:55 +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
b9708c9f88 fix issues with commit message panel losing focus 2018-09-19 20:36:40 +10:00
61f0801bd3 Add ammend commit action. 2018-09-13 12:44:32 +02:00
d23577168f commands/git : remove dependency on gocui 2018-09-11 21:56:17 +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
422b263df4 fix popup panel resizing 2018-09-05 19:10:46 +10:00
90746502df Fixed comments from jesseduffield on issue #137 2018-08-16 11:31:03 +02:00
88e1a815fe Fixed comment on issue #137 from @jesseduffield 2018-08-16 07:16:32 +02:00
8418fa17a5 Fully translated pkg/gui/commit_message_panel.go 2018-08-15 09:15:31 +02:00
ba2b6fbf1f pull errors out of package scope and store sentinel errors on the gui struct 2018-08-14 23:47:14 +10:00
5cbacb0c67 make local i18n package confirm to project structure 2018-08-14 22:12:07 +10:00
dfafb98871 tried to update to latest master 2018-08-14 11:05:26 +02:00