1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-30 09:16:47 +02:00
lazygit/pkg/commands
2020-03-19 12:04:17 +11:00
..
testdata Support opening lazygit in a submodule 2019-05-12 17:59:49 +10:00
branch_list_builder.go fix branch building 2020-03-19 12:04:17 +11:00
branch.go fix branch building 2020-03-19 12:04:17 +11:00
commit_file.go refactor the way we render lists 2020-02-25 21:21:07 +11:00
commit_list_builder_test.go refactor the way we render lists 2020-02-25 21:21:07 +11:00
commit_list_builder.go set --abbrev-commit to return 8-digit hash strings 2020-02-27 18:05:41 +11:00
commit.go better commit lines in fullscreen mode 2020-02-25 21:21:07 +11:00
dummies.go fix up tests 2019-03-02 13:39:09 +11:00
errors.go allow user to discard old file changes for a given commit 2019-03-16 10:20:27 +11:00
exec_live_default.go add GIT_OPTIONAL_LOCKS=0 env var to all commands 2019-06-06 20:53:35 +10:00
exec_live_win.go pkg: Fix typo 2019-01-16 18:06:11 +11:00
file.go refactor the way we render lists 2020-02-25 21:21:07 +11:00
git_structs.go color merged and unmerged commits differently 2018-09-18 21:45:35 +10:00
git_test.go big golangci-lint cleanup 2020-03-09 12:23:13 +11:00
git.go better upstream tracking and allow renaming a branch 2020-03-18 21:29:06 +11:00
loading_remotes.go support older versions of git when getting remote branches 2019-11-26 21:36:07 +11:00
loading_tags.go lenient sorting of tags on startup 2019-11-26 21:39:40 +11:00
os_default_platform.go windows support for skipping the editor 2019-03-03 12:44:10 +11:00
os_test.go fix up tests 2019-03-02 13:39:09 +11:00
os_windows.go refactor: move fallback to platform struct 2018-09-10 10:31:15 +02:00
os.go supporing custom pagers step 1 2020-03-04 00:12:23 +11:00
patch_manager.go reset patch builder when we've escaped from the building phase and nothing has been added 2019-11-10 16:18:25 +11:00
patch_modifier_test.go only test with non-original header 2019-11-05 19:22:01 +11:00
patch_modifier.go Support building and moving patches 2019-11-05 19:22:01 +11:00
patch_parser.go allow customizing background color in staging mode 2020-02-23 18:37:19 +11:00
patch_rebases.go don't let patch manager ever be nil 2019-11-05 19:22:01 +11:00
pull_request_test.go chore: keeping coverage up :D 2020-03-01 10:57:12 +11:00
pull_request.go chore: keeping coverage up :D 2020-03-01 10:57:12 +11:00
remote_branch.go refactor the way we render lists 2020-02-25 21:21:07 +11:00
remote.go support adding/removing remotes 2019-11-21 22:07:14 +11:00
stash_entry.go fix typo 2019-07-14 14:24:59 +10:00
tag.go refactor the way we render lists 2020-02-25 21:21:07 +11:00