1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-19 00:28:03 +02:00

1200 Commits

Author SHA1 Message Date
874e230aef run go fmt 2022-01-25 23:23:55 +11:00
4da5795ef1 fixed indentation by swapping spaces for tabs 2022-01-25 23:23:55 +11:00
03c9acad26 add tests specific for URL escaping in PRs 2022-01-25 23:23:55 +11:00
d53322675d update unit tests not expecting url escaping 2022-01-25 23:23:55 +11:00
ae18ad5b66 add URL encoding in pull request branch names 2022-01-25 23:23:55 +11:00
61ccc1efd2 exclude interactive rebase TODO commits from commit graph 2022-01-22 15:12:24 +11:00
5b7dd9e43c properly resolve cyclic dependency 2022-01-22 10:48:51 +11:00
4ab5e54139 add support for git bisect 2022-01-22 10:48:51 +11:00
a78cbf4882 remove redundant title-setting shell command args 2022-01-21 23:13:39 +11:00
62a7d9bbcc invoke title-setting shell command appropriately 2022-01-21 23:13:39 +11:00
555d8bbc96 set repo name as window title when loading repo, fix #1691 2022-01-21 23:13:39 +11:00
ad23bd03a0 fix: custom service usage 2022-01-21 23:13:00 +11:00
3e80a9e886 refactor to group up more commonly used git command stuff 2022-01-18 22:01:09 +11:00
1c84f77319 always specify upstream when pushing/pulling 2022-01-15 15:34:01 +11:00
cdcfeb396f stop refreshing the screen so much 2022-01-15 14:15:41 +11:00
0dfd02c42d allow rewording old commits 2022-01-09 14:14:47 +11:00
a936c0592f more refactoring 2022-01-09 14:09:53 +11:00
4d80c87736 use a string builder for credential checking 2022-01-09 14:09:53 +11:00
267ecbe694 refactor code for handling credential requests 2022-01-09 14:09:53 +11:00
ccf90466fa fix test 2022-01-09 14:09:53 +11:00
16c9b5404d restore field 2022-01-09 14:09:53 +11:00
18f48a43d5 add some more linters 2022-01-09 14:09:53 +11:00
5d6d894286 fix test 2022-01-09 14:09:53 +11:00
e4e521f58a pass repo to struct 2022-01-09 14:09:53 +11:00
fdf79fdeee fix bug that caused credentials popup to be raised unexpectedly 2022-01-09 14:09:53 +11:00
c9a0cc6b30 refactor 2022-01-09 14:09:53 +11:00
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