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

191 Commits

Author SHA1 Message Date
a6cb0feff1 Contributing guide added
This is a mix between
  * https://gist.github.com/PurpleBooth/b24679402957c63ec426
  *
https://github.com/thoughtbot/factory_bot_rails/blob/master/CONTRIBUTING.md
  * https://gist.github.com/briandk/3d2e8b3ec8daf5a27a62
  * https://github.com/nayafia/contributing-template
2018-08-07 14:28:52 +02:00
ade0dc447e Code of conduct added
* Based on contributor-covenant.org
2018-08-07 14:27:11 +02:00
3c82edb301 comment out failing build steps 2018-08-07 22:02:34 +10:00
3dafb78b1d change liniux platform 2018-08-07 21:58:10 +10:00
abfbd59d67 try with sudo 2018-08-07 21:55:55 +10:00
fbd377606a remove older go versions 2018-08-07 21:53:31 +10:00
ee7fad1433 update travis 2018-08-07 21:44:26 +10:00
4d425de5d0 Merge branch 'master' of https://github.com/jesseduffield/lazygit 2018-08-07 21:35:30 +10:00
19af3f967a Merge pull request #62 from ncubrian/hotfix/ignore_crash
fix: use createErrorPanel in handleIgnoreFile when returning No changed files
2018-08-07 21:34:37 +10:00
138a5d86ed attempt at automatic binary releases 2018-08-07 21:32:51 +10:00
acae855ace initial travis config 2018-08-07 21:15:06 +10:00
50e4f74350 fix: use createErrorPanel in handleIgnoreFile 2018-08-07 19:04:41 +08:00
790d5a1745 Merge pull request #60 from jesseduffield/feature/get-branches-refactor
Refactor getting branches
2018-08-07 19:35:49 +10:00
c81922f8cf rename recency to prefix 2018-08-07 19:32:25 +10:00
232e1c74e4 refactor into smaller functions 2018-08-07 19:31:19 +10:00
2b37c9b19c ensure current branch is on top of the branch list 2018-08-07 19:26:47 +10:00
c8bacb4186 refactor 2018-08-07 19:23:02 +10:00
a1aa031252 revert to using bash instead of sh 2018-08-07 19:20:27 +10:00
c4f3637e21 better function name 2018-08-07 19:16:54 +10:00
6cf6fecb64 refactor getting branches 2018-08-07 19:13:41 +10:00
f8ca0ddcad Update README.md 2018-08-07 17:55:02 +10:00
138f40d7ae Merge branch 'master' into feature/use-dep 2018-08-07 17:12:37 +10:00
b80e8111c6 Update README.md 2018-08-07 15:50:56 +10:00
6df4a3ff41 merge windows support hotfix 2018-08-07 15:45:04 +10:00
a70753364c platform specific shell usage 2018-08-07 15:21:50 +10:00
948f6a1f7a return on error when merging branches 2018-08-07 14:43:43 +10:00
46fb4c5f0a swap out bash command for a git one 2018-08-07 14:23:10 +10:00
e23ed80eaa use git branch when merging branches 2018-08-07 14:10:15 +10:00
ab03902d08 return on error when merging branches 2018-08-07 14:08:56 +10:00
9bfaa9f62c Merge branch 'master' into hotfix/windows-support 2018-08-07 14:05:08 +10:00
28caaf6f1c invert platform check 2018-08-07 14:01:41 +10:00
384d2e3c83 use sh instead of bash 2018-08-07 13:44:00 +10:00
a4f4a16237 fix panel outlines for windows 2018-08-07 13:31:45 +10:00
a4a975a69c don't panic on no files when pressing d 2018-08-07 12:51:03 +10:00
6985e52949 handle error from git log that arises from lack of tracking 2018-08-07 12:49:31 +10:00
eabf07248a Merge branch 'master' into feature/use-dep 2018-08-07 12:31:51 +10:00
ba9485ae57 support more merge conflict headers 2018-08-07 10:41:14 +10:00
236eabb811 support Updated upstream message in merge panel 2018-08-07 10:39:49 +10:00
f11edda6a2 limit commits in graph output for performance 2018-08-07 10:09:29 +10:00
7fb77418cc refactor keybindings 2018-08-07 09:54:07 +10:00
dcf87e2765 Merge pull request #50 from robthr/patch-1
Added macOS installation note (from #43)
2018-08-07 09:38:22 +10:00
90e488d5a4 Added macOS installation note (from #43) 2018-08-07 09:34:45 +10:00
31f6ef1c29 Merge pull request #40 from jukefr/patch-1
add p (pull) and P (push)
2018-08-07 08:29:03 +10:00
c6ab935779 make push keybinding more explicit 2018-08-07 08:27:08 +10:00
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
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
7dc4878e0b add p (pull) and P (push) 2018-08-06 17:18:03 +02:00
694b192b74 fix incorrect checked out branch display 2018-08-07 00:41:59 +10:00
9e5c04d57d Update README.md 2018-08-07 00:08:54 +10:00
91ecf1e499 Update README.md 2018-08-07 00:07:42 +10:00