1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-30 09:16:47 +02:00
Commit Graph

221 Commits

Author SHA1 Message Date
Anthony HAMON
684e8b2e80 remove useless condition 2018-08-06 07:41:29 +02:00
Anthony HAMON
7b7621c18c apply gofmt -s -w 2018-08-06 07:37:14 +02:00
Jesse Duffield
9a3b565806 add vscode keybinding 2018-08-06 13:49:15 +10:00
Jesse Duffield
e8aba2e517 prune unnecessary stuff 2018-08-06 12:24:01 +10:00
Jesse Duffield
da227003c7 use dep 2018-08-06 00:38:38 +10:00
Jesse Duffield
6126ddd373 fix spacing 2018-08-06 00:04:11 +10:00
Jesse Duffield
59885e45df deal with month time unit in reflog output 2018-08-06 00:02:41 +10:00
Jesse Duffield
6e585c54a2 controlling overlapping edges with a single flag 2018-08-05 22:18:59 +10:00
Jesse Duffield
ac8264e9c2 move panelspacing variable into a constant 2018-08-05 22:02:19 +10:00
Jesse Duffield
1c99aaff43 basic support for overlapping panels 2018-08-05 22:00:02 +10:00
Jesse Duffield
0df11e27fa add refresh option to files panel 2018-08-05 21:28:34 +10:00
Jesse Duffield
0aa587f55a return gracefully if there are no files when attempting to open one 2018-08-05 19:54:09 +10:00
Jesse Duffield
934e7a2e71
add link to go installation guide in README 2018-08-05 18:46:17 +10:00
Jesse Duffield
01540866bf handle no-file error gracefully when trying to stage 2018-08-05 18:34:50 +10:00
Jesse Duffield
8aacd6915b set upstream to origin branchname on push 2018-08-05 18:19:27 +10:00
Jesse Duffield
67e56e5fbc support carriage returns for windows machines 2018-08-05 17:13:12 +10:00
Jesse Duffield
79703c0087
Merge pull request #13 from TonyChol/patch-1
Fixed a typo in README.md
2018-08-05 16:37:12 +10:00
Zhibin Cai
74cb78cbe6
Fixed a typo in README.md
Fixed a typo about zsh alias: `echo "alias lg='lazygit'" >> ~/.zshrc`
2018-08-04 23:21:06 -07:00
Jesse Duffield
3c0eeba187
Update README.md 2018-08-05 14:13:21 +10:00
Jesse Duffield
e21f840350
fix readme 2018-08-05 13:03:09 +10:00
Jesse Duffield
d780549cea
Merge pull request #2 from robertely/patch-1
Correct gocui link
2018-08-05 12:45:51 +10:00
Jesse Duffield
12f475544e
Create LICENSE 2018-08-05 12:32:37 +10:00
Robert Ely
b422c5cc86
Correct gocui link 2018-08-04 19:40:04 -06:00
Jesse Duffield
3790ef3e46 add tab keybinding back in 2018-07-29 10:46:37 +10:00
Jesse Duffield
5c271b8a70 add navigate option to every panels options 2018-07-29 10:40:54 +10:00
Jesse Duffield
8b0db89edb
Update README.md 2018-07-29 10:30:40 +10:00
Jesse Duffield
2dfef09e55 show whitespace in diffs again 2018-07-28 16:52:20 +10:00
Jesse Duffield
d6dbd46793 fix view cycling 2018-07-22 12:58:39 +10:00
Jesse Duffield
001ea1002d update options 2018-07-22 12:58:09 +10:00
Jesse Duffield
5dbe262d2d moving loader and adding previous view function (unfinished) 2018-07-22 12:07:36 +10:00
Jesse Duffield
f0447be989 removing test files 2018-07-21 18:55:19 +10:00
Jesse Duffield
d832eab20c loading animation for confirmation view 2018-07-21 18:37:00 +10:00
Jesse Duffield
fab194e923 better handling of merge conflicts 2018-07-21 17:48:27 +10:00
Jesse Duffield
a47c889cbb merge with develop 2018-07-21 16:06:38 +10:00
Jesse Duffield
61dcbb456d updating doc 2018-07-21 16:00:05 +10:00
Jesse Duffield
37d9ed6712 test script to make repo with a merge conflict 2018-07-21 15:57:54 +10:00
Jesse Duffield
e059a87ae2 refreshing files if there's an error while pulling because chances are it's a merge conflict 2018-07-21 15:57:23 +10:00
Jesse Duffield
087cc7362a merge develop 2018-07-21 15:55:47 +10:00
Jesse Duffield
16df4786c0 fix up code that was used to test this very application (yes I'm ashamed) 2018-07-21 15:53:52 +10:00
Jesse Duffield
dea751280e better handling of branches and untracked files 2018-07-21 15:51:18 +10:00
Jesse Duffield
bcdfe242ac
Update README.md 2018-06-10 12:56:38 +10:00
Jesse Duffield
0a1c4b7cbe Merge branch 'master' of https://github.com/jesseduffield/lazygit 2018-06-10 12:55:26 +10:00
Jesse Duffield
42cb8e4abf remove y/n options from prompt 2018-06-10 12:55:15 +10:00
Jesse Duffield
e80be83065
Update README.md 2018-06-10 12:52:55 +10:00
Jesse Duffield
b2e0bb49fb
Update README.md 2018-06-10 12:49:12 +10:00
Jesse Duffield
36df4c825f
Update README.md 2018-06-10 12:27:22 +10:00
Jesse Duffield
56bf7cfee8
Update README.md 2018-06-10 12:11:40 +10:00
Jesse Duffield
76d4c62995
Update README.md 2018-06-10 11:53:16 +10:00
Jesse Duffield
4a483c112e better confirmation panel messages 2018-06-10 11:52:30 +10:00
Jesse Duffield
211715fa77 merge with feature branch 2018-06-10 11:48:22 +10:00