lazygit/pkg/commands/git_commands
Stefan Haller a9ef69b9c7 Fix moving a commit across a branch boundary in a stack
See the previous commit for a detailed explanation.
2024-12-23 12:18:48 +01:00
..
bisect.go
bisect_info.go
blame.go
branch.go Allow deleting a range selection of branches 2024-12-01 10:59:54 +01:00
branch_loader.go Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
branch_loader_test.go Add ahead/behind information for @{push} 2024-05-19 09:44:38 +02:00
branch_test.go Allow deleting a range selection of branches 2024-12-01 10:59:54 +01:00
commit.go Fix copying commit author to clipboard 2024-09-23 09:47:14 +02:00
commit_file_loader.go
commit_file_loader_test.go
commit_loader.go Show "exec" todos in the list of rebase todos 2024-06-12 12:44:33 +02:00
commit_loader_test.go Store Common instead of just the list of configured main branches in MainBranches 2024-08-18 10:24:52 +02:00
commit_test.go use unsigned integer in test and fix CI/linter complaint 2024-11-19 08:21:19 +11:00
common.go
config.go Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
custom.go
deps_test.go Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
diff.go Respect the diff context size when showing a range diff 2024-12-01 13:01:16 +01:00
file.go Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
file_loader.go Add user config gui.showNumstatInFilesView 2024-12-08 12:09:47 +01:00
file_loader_test.go Add user config gui.showNumstatInFilesView 2024-12-08 12:09:47 +01:00
file_test.go
flow.go
flow_test.go
git_command_builder.go
git_command_builder_test.go
main_branches.go Re-determine existing main branches if mainBranches config changed 2024-08-18 10:24:52 +02:00
patch.go Fix custom patch operations on added files 2024-06-23 12:40:31 +02:00
rebase.go Fix moving a commit across a branch boundary in a stack 2024-12-23 12:18:48 +01:00
rebase_test.go
reflog_commit_loader.go
reflog_commit_loader_test.go
remote.go Allow deleting a range selection of branches 2024-12-01 10:59:54 +01:00
remote_loader.go
repo_paths.go Use filepath instead of path for file path operations 2024-08-18 10:24:52 +02:00
repo_paths_test.go Use filepath instead of path for file path operations 2024-08-18 10:24:52 +02:00
stash.go Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
stash_loader.go
stash_loader_test.go
stash_test.go use unsigned integer in test and fix CI/linter complaint 2024-11-19 08:21:19 +11:00
status.go Optimize number of early calls to GetRepoPaths 2024-07-06 12:09:48 -07:00
submodule.go
sync.go Specifying branch name source from refs/heads for fast forwarding 2024-08-18 10:42:57 +02:00
sync_test.go Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
tag.go
tag_loader.go
tag_loader_test.go
version.go
version_test.go
working_tree.go Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
working_tree_test.go use unsigned integer in test and fix CI/linter complaint 2024-11-19 08:21:19 +11:00
worktree.go
worktree_loader.go
worktree_loader_test.go