summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/worktree_loader.go
AgeCommit message (Expand)Author
2024-01-24Refactor repo_paths.go to use git rev-parseJohn Whitley
2023-08-07Support bare worktrees where worktree does not have its own .git fileJesse Duffield
2023-07-30Write unit tests with the help of aferoJesse Duffield
2023-07-30Use fields rather than methods on worktreesJesse Duffield
2023-07-30Centralise logic for obtaining repo pathsJesse Duffield
2023-07-30Remove IO logic from presentation code for worktreesJesse Duffield
2023-07-30Add test for opening lazygit in the worktree of a bare repoJesse Duffield
2023-07-30Add more worktree testsJesse Duffield
2023-07-30Add worktree integration testsJesse Duffield
2023-07-30Support older versions of git when fetching worktreesJesse Duffield
2023-07-30Better logic for knowing which repo we're inJesse Duffield
2023-07-30Associate branches with worktrees even when mid-rebaseJesse Duffield
2023-07-30Move current worktree to top of listJesse Duffield
2023-07-30Improve name handlingJesse Duffield
2023-07-30Update worktree modelJesse Duffield
2023-07-30Improve worktree panelJoel Baranick
2023-07-30Style missing worktree as red and display better error when trying to switch ...Joel Baranick
2023-07-30Hide worktrees in the worktree panel if they point at a non-existing filesyst...Joel Baranick
2023-07-30Initial addition of support for worktreesJoel Baranick