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

1224 Commits

Author SHA1 Message Date
3621854dc7 fix tests 2022-01-09 14:09:53 +11:00
c6b57d9b57 WIP 2022-01-09 14:09:53 +11:00
a7a61cdc83 rearrange 2022-01-09 14:09:53 +11:00
ee8ff6512f trim down gitcommand struct some more 2022-01-09 14:09:53 +11:00
e8229f0ee0 support general git config calls 2022-01-09 14:09:53 +11:00
610e503296 refactor git flow 2022-01-09 14:09:53 +11:00
e92076d2c2 start removing direct calls to cmd.New from gui 2022-01-09 14:09:53 +11:00
d9089098c3 remove field 2022-01-09 14:09:53 +11:00
3f44eac95b remove repo field 2022-01-09 14:09:53 +11:00
946a35b59d remove OSCommand field 2022-01-09 14:09:53 +11:00
007235df23 refactor 2022-01-09 14:09:53 +11:00
f503ff1ecb start breaking up git struct 2022-01-09 14:09:53 +11:00
93729ba61b fix some things 2022-01-07 10:52:51 +11:00
91fe68576c refactor 2022-01-07 10:52:51 +11:00
bbb5eee23a privatise some fields 2022-01-07 10:52:51 +11:00
05fa483f48 simplify how we log commands 2022-01-07 10:52:51 +11:00
95b2e9540a update tests 2022-01-04 09:07:15 +11:00
3911575041 appease golangci-lint 2022-01-04 09:07:15 +11:00
efa743b52e small change 2022-01-04 09:07:15 +11:00
194ff1630c do dependency injection up front and in one place 2022-01-04 09:07:15 +11:00
2cb8aff940 no more mocking command 2022-01-04 09:07:15 +11:00
25195eacee WIP 2022-01-04 09:07:15 +11:00
ad9b2df104 more test refactoring 2022-01-04 09:07:15 +11:00
9c4a819683 refactor sync test 2022-01-04 09:07:15 +11:00
38bc48312e refactor files_test.go 2022-01-04 09:07:15 +11:00
547e0153ec stash and tags loaders 2022-01-04 09:07:15 +11:00
44b6d26b10 move remotes loader into loaders package 2022-01-04 09:07:15 +11:00
d69ce7a529 move reflog commit loader into loaders package 2022-01-04 09:07:15 +11:00
9b2b0fc122 WIP 2022-01-04 09:07:15 +11:00
96c2887fd0 WIP 2022-01-04 09:07:15 +11:00
66e840bc3f more refactoring 2022-01-04 09:07:15 +11:00
5b35724243 WIP 2022-01-04 09:07:15 +11:00
b028f37ba8 updating specs 2022-01-04 09:07:15 +11:00
1fc0d786ae better typing for rebase mode 2022-01-04 09:07:15 +11:00
9d4ff6b465 fix logging 2022-01-04 09:07:15 +11:00
95f4ceea34 refactor 2022-01-04 09:07:15 +11:00
43a4fa970d WIP 2022-01-04 09:07:15 +11:00
192a548c99 refactoring the config struct 2022-01-04 09:07:15 +11:00
03b946cc8f no more config in git command struct 2022-01-04 09:07:15 +11:00
18ab086126 introduce Common struct for passing around common stuff 2022-01-04 09:07:15 +11:00
b4c078d565 WIP 2022-01-04 09:07:15 +11:00
9ef65574db refactor to rename pull_request to hosting_service and apply SRP 2021-12-29 09:01:06 +11:00
f89747451a allow opening a commit in the browser 2021-12-29 09:01:06 +11:00
3e58797096 show tag menu for creation on tags tab 2021-12-26 17:08:31 +11:00
b1d6ccddfb support creating annotated tags 2021-12-26 17:08:31 +11:00
4df003cc44 handle ssh protocol 2021-12-26 17:05:05 +11:00
d9db5ccfbe refactor to use regex for matching git service URL 2021-12-26 16:48:23 +11:00
089e3bf4fe change branch regex to only grab the first remote on each line of branch command 2021-12-23 19:30:47 +11:00
1996eddd91 more efficient context diff size changing 2021-12-06 22:37:28 +11:00
c99d373e13 Use DiffContextSize in ShowStashEntryCmdStr 2021-12-06 22:37:28 +11:00