1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/commands
2022-01-04 09:07:15 +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
models Merge pull request #1432 from black-desk/moved-submodule 2021-08-17 10:10:22 +02:00
oscommands no more config in git command struct 2022-01-04 09:07:15 +11:00
patch minor changes 2021-10-16 21:18:43 +11:00
testdata Support opening lazygit in a submodule 2019-05-12 17:59:49 +10:00
branches_test.go no more config in git command struct 2022-01-04 09:07:15 +11:00
branches.go no more config in git command struct 2022-01-04 09:07:15 +11:00
commits_test.go no more config in git command struct 2022-01-04 09:07:15 +11:00
commits.go no more config in git command struct 2022-01-04 09:07:15 +11:00
config.go no more config in git command struct 2022-01-04 09:07:15 +11:00
dummies.go no more config in git command struct 2022-01-04 09:07:15 +11:00
files_test.go no more config in git command struct 2022-01-04 09:07:15 +11:00
files.go no more config in git command struct 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 refactoring the config struct 2022-01-04 09:07:15 +11:00
loading_branches.go no more config in git command struct 2022-01-04 09:07:15 +11:00
loading_commit_files.go WIP 2022-01-04 09:07:15 +11:00
loading_commits_test.go allow user to configure the gui language 2021-08-30 09:12:29 +10:00
loading_commits.go no more config in git command struct 2022-01-04 09:07:15 +11:00
loading_files_test.go Fix error when filename contains -> 2021-08-16 23:15:37 +09:00
loading_files.go WIP 2022-01-04 09:07:15 +11:00
loading_reflog_commits.go WIP 2022-01-04 09:07:15 +11:00
loading_remotes.go WIP 2022-01-04 09:07:15 +11:00
loading_stash_test.go fix commit amend 2021-04-10 11:54:38 +10:00
loading_stash.go WIP 2022-01-04 09:07:15 +11:00
loading_tags.go WIP 2022-01-04 09:07:15 +11:00
patch_rebases.go WIP 2022-01-04 09:07:15 +11:00
rebasing_test.go WIP 2022-01-04 09:07:15 +11:00
rebasing.go introduce Common struct for passing around common stuff 2022-01-04 09:07:15 +11:00
remotes.go WIP 2022-01-04 09:07:15 +11:00
stash_entries_test.go no more config in git command struct 2022-01-04 09:07:15 +11:00
stash_entries.go no more config in git command struct 2022-01-04 09:07:15 +11:00
status.go fix lint errors 2020-11-18 08:36:19 +11:00
submodules.go WIP 2022-01-04 09:07:15 +11:00
sync_test.go use cached git config 2021-10-23 10:26:47 +11:00
sync.go WIP 2022-01-04 09:07:15 +11:00
tags.go introduce Common struct for passing around common stuff 2022-01-04 09:07:15 +11:00