lazygit/pkg/commands/git_commands
Chris McDonnell 1028f8efb8 Migrate deprecated AllBranchesLogCmd to AllBranchesLogCmds
This solves https://github.com/jesseduffield/lazygit/issues/3961 because
we no longer have a combination of the default and the user defined
list. We just have the user defined list.
2025-05-06 23:33:17 -04:00
..
bisect.go
bisect_info.go
blame.go
branch.go Migrate deprecated AllBranchesLogCmd to AllBranchesLogCmds 2025-05-06 23:33:17 -04:00
branch_loader.go Remove canUsePushTrack parameter of obtainBranches function 2025-04-09 10:40:52 +02:00
branch_loader_test.go Remove canUsePushTrack parameter of obtainBranches function 2025-04-09 10:40:52 +02:00
branch_test.go
commit.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
commit_file_loader.go
commit_file_loader_test.go
commit_loader.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
commit_loader_test.go Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
commit_test.go Commit without pre-commit hooks is independent on prefix 2025-03-22 11:04:28 +01:00
common.go
config.go fix: Make tag operation use GPG helper to run signing in sub-process 2025-03-24 08:41:58 +01:00
custom.go Add runCommand function to Go template syntax 2025-04-09 10:44:36 +02:00
deps_test.go Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
diff.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
file.go Fix nvim-remote commands for fish shell 2025-04-27 20:12:11 +02:00
file_loader.go
file_loader_test.go
file_test.go
flow.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
flow_test.go
git_command_builder.go
git_command_builder_test.go
main_branches.go
patch.go Make Commit.Hash a getter for an unexported hash field 2025-04-29 14:57:15 +02:00
rebase.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
rebase_test.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
reflog_commit_loader.go Store Commit.Parents in the pool too 2025-04-29 14:57:15 +02:00
reflog_commit_loader_test.go Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
remote.go
remote_loader.go
repo_paths.go
repo_paths_test.go
stash.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
stash_loader.go
stash_loader_test.go Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
stash_test.go
status.go Make WorkingTreeState a struct, and add cherry-picking and reverting states 2025-04-20 15:53:17 +02:00
submodule.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
sync.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
sync_test.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
tag.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
tag_loader.go
tag_loader_test.go Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
version.go
version_test.go
working_tree.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
working_tree_test.go
worktree.go
worktree_loader.go
worktree_loader_test.go