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

4221 Commits

Author SHA1 Message Date
b8fc829f86 Record current directory on switch 2022-03-17 19:01:28 +11:00
7be25a105d allow skipping confirmation prompt after opening subprocess 2022-03-17 17:52:31 +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
ca8180e1b7 Use editFileAtLine method for line by line panel 2022-03-16 20:43:53 +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
f56988039a ignore current user language when generating cheatsheets 2022-03-16 19:46:11 +11:00
7e6b43d13b Just spotted some small typos in NL translation
I'm learning the LazyGit keybindings right now
2022-03-16 19:46:11 +11:00
f5a5b7f966 Add unstagedChangesColor config option 2022-03-16 19:21:39 +11:00
471fe313d8 fix & polish Chinese intro message
- Fix first sentence of 3), #1756
- Use 你 instead of 您 to pose a closer feel, as fellow programmers
- Polish a little so it feels more natural
2022-02-02 18:59:15 +08:00
9adf4a1908 Add shared function for loading map of custom colors 2022-02-01 18:55:45 +11:00
4df7646654 Add configurable colors for branch prefixes
Branches can now be colored based on their prefix, if it matches
a user defined prefix in the config file. If no user defined
prefix matches, then it will fallback to the defaults: green for
'feature', yellow for 'bugfix', and red for 'hotfix'. All
remaining branches will be set to the default text color.
2022-02-01 18:55:45 +11:00
e0ae134ee4 generate snapshot for expected dir in separate tmp dir 2022-01-29 00:17:32 +11:00
1d90e1b565 add submodule integration tests 2022-01-29 00:17:32 +11:00
1b09674ce8 simplify submodule remove 2022-01-29 00:17:32 +11:00
d13a648132 ensure stash panel refreshes 2022-01-28 20:07:30 +11:00
bed185eb28 stop retrying due to index lock for now 2022-01-27 21:25:04 +11:00
84a1992055 better locking of merge panel state 2022-01-27 21:25:04 +11:00
fa2e7ae1e7 show only merge conflict files when there are merge conflicts 2022-01-26 20:28:32 +11:00
5a3f81d1f7 select current bisect commit even if bisect was started on another branch 2022-01-26 19:29:17 +11:00
ebbdf829e7 fix panic on rebase 2022-01-26 17:20:58 +11:00
5e6e1617aa add another bisect integration test 2022-01-26 16:52:20 +11:00
5e9cfab283 better rendering of bisect markets in commits panel 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
eb57e3ead0 Fixed the issue with linting 2022-01-26 09:04:12 +11:00
0caa391c4d Changes as per review 2022-01-26 09:04:12 +11:00
0c6bdac2f7 Changes as per review 2022-01-26 09:04:12 +11:00
257e222f8d ISSUE 1706: Ask confirmation before reverting a commit 2022-01-26 09:04:12 +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
14b9a0b647 stop skipping stash warnings 2022-01-24 19:18:09 +11:00
58bdcbf1dd always refresh after stash action 2022-01-24 19:18:09 +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
ab84410b41 check returned error (if any) from UpdateWindowTitle 2022-01-21 23:13:39 +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
1f923bdc4b softer auto-generation message 2022-01-19 21:40:50 +11:00
3e80a9e886 refactor to group up more commonly used git command stuff 2022-01-18 22:01:09 +11:00