1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-27 00:51:18 +02:00
Commit Graph

763 Commits

Author SHA1 Message Date
1dd7307fde start moving commit panel handlers into controller
more

and more

move rebase commit refreshing into existing abstraction

and more

and more

WIP

and more

handling clicks

properly fix merge conflicts

update cheatsheet

lots more preparation to start moving things into controllers

WIP

better typing

expand on remotes controller

moving more code into controllers
2022-03-17 19:13:40 +11:00
28c9d85141 fix tests 2022-03-16 20:52:49 +11:00
f0d0d45ba7 refactor: 💡 Use new approach introduced via #1637
fix: 🐛 The root URI for Azure DevOps repositories contains _git

refactor so that we don't have conditional logic based on service definition

no need for this commend anymore

add comment

Fixed RegEx for HTTP remote git URL

Added Tests

pretty sure we can do this safely
2022-03-16 20:52:49 +11:00
f53b10072d open code in existing window 2022-03-16 19:55:58 +11:00
11acac0091 more explicit 2022-03-16 19:55:58 +11:00
866f4b9f0e Support line offset for most common editors by default 2022-03-16 19:55:58 +11:00
bed185eb28 stop retrying due to index lock for now 2022-01-27 21:25:04 +11:00
5a3f81d1f7 select current bisect commit even if bisect was started on another branch 2022-01-26 19:29:17 +11:00
5e6e1617aa add another bisect integration test 2022-01-26 16:52:20 +11:00
ca7cfc3232 only show commits from start ref if bad commit is reachable from there 2022-01-26 16:52:20 +11:00
dc765c4166 add a file close that was missed 2022-01-26 14:50:47 +11:00
c8cc18920f improve merge conflict flow 2022-01-26 14:50:47 +11:00
ce3bcfe37c fix reflog failing to properly refresh 2022-01-26 10:58:33 +11:00
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