1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/commands
2022-01-07 10:52:51 +11:00
..
git_config use cached git config 2021-10-23 10:26:47 +11:00
hosting_service refactor to rename pull_request to hosting_service and apply SRP 2021-12-29 09:01:06 +11:00
loaders simplify how we log commands 2022-01-07 10:52:51 +11:00
models Merge pull request #1432 from black-desk/moved-submodule 2021-08-17 10:10:22 +02:00
oscommands fix some things 2022-01-07 10:52:51 +11:00
patch privatise some fields 2022-01-07 10:52:51 +11:00
testdata Support opening lazygit in a submodule 2019-05-12 17:59:49 +10:00
types/enums more refactoring 2022-01-04 09:07:15 +11:00
branches_test.go update tests 2022-01-04 09:07:15 +11:00
branches.go simplify how we log commands 2022-01-07 10:52:51 +11:00
commits_test.go update tests 2022-01-04 09:07:15 +11:00
commits.go simplify how we log commands 2022-01-07 10:52:51 +11:00
config.go no more config in git command struct 2022-01-04 09:07:15 +11:00
dummies.go update tests 2022-01-04 09:07:15 +11:00
files_test.go update tests 2022-01-04 09:07:15 +11:00
files.go simplify how we log commands 2022-01-07 10:52:51 +11:00
git_cmd_obj_builder.go WIP 2022-01-04 09:07:15 +11:00
git_cmd_obj_runner.go refactor 2022-01-04 09:07:15 +11:00
git_test.go refactoring the config struct 2022-01-04 09:07:15 +11:00
git.go simplify how we log commands 2022-01-07 10:52:51 +11:00
patch_rebases.go more refactoring 2022-01-04 09:07:15 +11:00
rebasing_test.go more test refactoring 2022-01-04 09:07:15 +11:00
rebasing.go refactor 2022-01-07 10:52:51 +11:00
remotes.go simplify how we log commands 2022-01-07 10:52:51 +11:00
stash_entries_test.go simplify how we log commands 2022-01-07 10:52:51 +11:00
stash_entries.go simplify how we log commands 2022-01-07 10:52:51 +11:00
status.go more refactoring 2022-01-04 09:07:15 +11:00
submodules.go do dependency injection up front and in one place 2022-01-04 09:07:15 +11:00
sync_test.go refactor sync test 2022-01-04 09:07:15 +11:00
sync.go simplify how we log commands 2022-01-07 10:52:51 +11:00
tags.go WIP 2022-01-04 09:07:15 +11:00