mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
A relative FORGIT_WORKTREE_ADD_DIR is resolved against the root of the main worktree on every invocation, so a single setting such as `.worktrees` is valid in every repository. Absolute paths keep their meaning. The variable previously only took a full path, so users resolved the repository root in their shell startup files, which runs git outside a repository on every new shell and freezes the path for the whole session. |
||
|---|---|---|
| .. | ||
| branch-helpers.test.sh | ||
| checkout-branch.test.sh | ||
| clean-select-files.test.sh | ||
| empty-state.test.sh | ||
| fzf.test.sh | ||
| helper-functions.test.sh | ||
| is-submodule.test.sh | ||
| list-staged-files.test.sh | ||
| log.test.sh | ||
| pager.test.sh | ||
| parse-array.test.sh | ||
| preview-context.test.sh | ||
| restore.test.sh | ||
| show.test.sh | ||
| switch-branch.test.sh | ||
| working-tree-changes.test.sh | ||
| worktree.test.sh | ||