1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

238 Commits

Author SHA1 Message Date
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
08666889f4 improve remove file logic 2018-08-18 20:14:44 +10:00
a1a828a781 support opening and editing config file 2018-08-18 14:54:05 +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
be3f5846e4 Added more translations 2018-08-14 21:06:50 +02:00
38a1a00cf1 Fixed comment from myself on issue: 137 2018-08-14 16:38:25 +02:00
9c97b75aad Merge remote-tracking branch 'origin/master' 2018-08-14 16:14:11 +02:00
883f436b0f can't go any further because of an error 2018-08-14 16:12:21 +02:00
d923796cff Merge branch 'master' of https://github.com/mjarkk/lazygit 2018-08-14 23:48:18 +10:00
ba2b6fbf1f pull errors out of package scope and store sentinel errors on the gui struct 2018-08-14 23:47:14 +10:00
73a1682540 fixed package naming and added tr object to file_panel.go 2018-08-14 15:26:25 +02:00
4d0702fba5 Merge branch 'master' of https://github.com/mjarkk/lazygit 2018-08-14 22:12:11 +10:00
5cbacb0c67 make local i18n package confirm to project structure 2018-08-14 22:12:07 +10:00
0568b32f0b Added more translations 2018-08-14 13:31:23 +02:00
0c39347224 Added auto detection for the system language 2018-08-14 12:52:26 +02:00
dd7e93ac8d Added all the missing translations from dutch.go 2018-08-14 11:35:39 +02:00
dfafb98871 tried to update to latest master 2018-08-14 11:05:26 +02:00