jesseduffield.lazygit/pkg/integration/tests/worktree
Jesse Duffield 595e28d335 Support bare worktrees where worktree does not have its own .git file
This was on oversight on my part: I assumed that the --work-tree arg was
always intended for use with linked worktrees which have a .git file
pointing back to the repo.

I'm honestly confused now: seems like there are three kinds of worktrees:
* the main worktree of a non-bare repo
* a linked worktree (with its own gitdir in the repo's worktrees/ dir)
* a random folder which you specify as a worktree with the --work-tree arg

I'm pretty sure the --work-tree arg is only intended to be used with this
third kind or workree
2023-08-07 22:40:53 +10:00
..
add_from_branch.go Fix bug where worktree view would take over window upon switching branches 2023-07-30 18:35:24 +10:00
add_from_branch_detached.go Add more worktree tests 2023-07-30 18:35:23 +10:00
add_from_commit.go Add more worktree tests 2023-07-30 18:35:23 +10:00
associate_branch_bisect.go Centralise logic for obtaining repo paths 2023-07-30 18:35:24 +10:00
associate_branch_rebase.go Centralise logic for obtaining repo paths 2023-07-30 18:35:24 +10:00
bare_repo.go Centralise logic for obtaining repo paths 2023-07-30 18:35:24 +10:00
crud.go Add worktree integration tests 2023-07-30 18:35:23 +10:00
custom_command.go Add more worktree tests 2023-07-30 18:35:23 +10:00
detach_worktree_from_branch.go Fix flakey worktree tests 2023-07-30 18:35:36 +10:00
dotfile_bare_repo.go Support bare worktrees where worktree does not have its own .git file 2023-08-07 22:40:53 +10:00
fast_forward_worktree_branch.go Support fastforwarding worktree 2023-07-30 18:35:23 +10:00
force_remove_worktree.go Add worktree tests for removing/detaching 2023-07-30 18:35:23 +10:00
remove_worktree_from_branch.go Fix flakey worktree tests 2023-07-30 18:35:36 +10:00
reset_window_tabs.go Update repo switch logic 2023-07-30 18:35:23 +10:00
worktree_in_repo.go Add worktree integration tests 2023-07-30 18:35:23 +10:00