1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-26 05:37:18 +02:00
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
..
2023-05-25 23:52:19 +10:00
2023-07-22 14:36:35 +10:00
2023-08-07 21:19:10 +10:00
2023-07-08 22:54:52 +10:00
2023-07-10 19:13:18 +10:00
2023-07-10 15:09:17 +02:00
2023-05-25 23:52:19 +10:00
2023-07-31 11:38:52 +02:00
2023-05-25 23:52:19 +10:00
2023-08-02 08:32:57 +10:00