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

156 Commits

Author SHA1 Message Date
Jesse Duffield
384d2e3c83 use sh instead of bash 2018-08-07 13:44:00 +10:00
Jesse Duffield
a4f4a16237 fix panel outlines for windows 2018-08-07 13:31:45 +10:00
Jesse Duffield
a4a975a69c don't panic on no files when pressing d 2018-08-07 12:51:03 +10:00
Jesse Duffield
6985e52949 handle error from git log that arises from lack of tracking 2018-08-07 12:49:31 +10:00
Jesse Duffield
ba9485ae57 support more merge conflict headers 2018-08-07 10:41:14 +10:00
Jesse Duffield
236eabb811 support Updated upstream message in merge panel 2018-08-07 10:39:49 +10:00
Jesse Duffield
f11edda6a2 limit commits in graph output for performance 2018-08-07 10:09:29 +10:00
Jesse Duffield
7fb77418cc refactor keybindings 2018-08-07 09:54:07 +10:00
Jesse Duffield
dcf87e2765
Merge pull request #50 from robthr/patch-1
Added macOS installation note (from #43)
2018-08-07 09:38:22 +10:00
Malcolm Robinson
90e488d5a4
Added macOS installation note (from #43) 2018-08-07 09:34:45 +10:00
Jesse Duffield
31f6ef1c29
Merge pull request #40 from jukefr/patch-1
add p (pull) and P (push)
2018-08-07 08:29:03 +10:00
Jesse Duffield
c6ab935779
make push keybinding more explicit 2018-08-07 08:27:08 +10:00
Jesse Duffield
9c2e1dfc6e
Merge pull request #47 from karlmutch/master
Modified reference to HEAD in one case, others appear to exist for ra…
2018-08-07 08:26:15 +10:00
Karl Mutch
16e3d5f092 Modified reference to HEAD in one case, others appear to exist for ranges but I am not familiar enough with these. 2018-08-06 13:30:21 -07:00
Kevin Jullien
7dc4878e0b
add p (pull) and P (push) 2018-08-06 17:18:03 +02:00
Jesse Duffield
694b192b74 fix incorrect checked out branch display 2018-08-07 00:41:59 +10:00
Jesse Duffield
9e5c04d57d
Update README.md 2018-08-07 00:08:54 +10:00
Jesse Duffield
91ecf1e499
Update README.md 2018-08-07 00:07:42 +10:00
Jesse Duffield
7e5d7bfe38 fix windows bash conditional error 2018-08-06 23:53:28 +10:00
Jesse Duffield
fc2e3a5316
Merge pull request #36 from tomyfalgui/patch-1
Swapped incorrect cli keywords
2018-08-06 23:03:37 +10:00
Tomas Alejandro V. Falgui III
17cf4cec31
Switched incorrect cli keywords 2018-08-06 20:53:17 +08:00
Jesse Duffield
69378b8ff4 add documentation comment about osx scrolling 2018-08-06 21:47:46 +10:00
Jesse Duffield
fbc09e2093
add keybindings doc to readme 2018-08-06 21:35:30 +10:00
Jesse Duffield
afc3d4a997 add keybindings doc 2018-08-06 21:32:43 +10:00
Jesse Duffield
caea649733 remove old comment 2018-08-06 21:14:01 +10:00
Jesse Duffield
a02d3a0c4e show graph when selecting branch in branch panel 2018-08-06 21:13:52 +10:00
Jesse Duffield
3ee9687540
Merge pull request #20 from dawidd6/master
Add installation instructions for ubuntu
2018-08-06 20:38:35 +10:00
Jesse Duffield
cf73d4f558 standardise error handling of command functions 2018-08-06 19:01:27 +10:00
Jesse Duffield
b1918f2f68 no panic on git commit error 2018-08-06 18:55:08 +10:00
Jesse Duffield
0e0acc90e1
Merge pull request #29 from antham/master
Add goreportcard
2018-08-06 18:35:54 +10:00
Jesse Duffield
f08ffef7f3
Merge pull request #31 from ponsfrilus/ponsfrilus-patch-1
Update README.md
2018-08-06 18:30:47 +10:00
Dawid Dziurla
c38dc16def
add instalation instructions for ubuntu 2018-08-06 10:17:05 +02:00
Nicolas Borboën
61815013cb
Update README.md
* punctuation added where missing;
* capitalized first letter of sentences;
* PR/Issue links.
2018-08-06 09:05:16 +02:00
Jesse Duffield
e5f0a89bf1 better contrast for bottom options banner 2018-08-06 16:31:24 +10:00
Jesse Duffield
b1e6735d8d better contrast 2018-08-06 16:11:29 +10:00
Anthony HAMON
6b5c08d449 add goreportcard 2018-08-06 07:42:41 +02:00
Anthony HAMON
4836e6c906 remove useless else 2018-08-06 07:41:59 +02:00
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
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