wfxr.forgit/tests
carlfriedrich 77ce6db8b4 feat: resolve a relative FORGIT_WORKTREE_ADD_DIR per repository
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.
2026-09-09 20:19:47 +08:00
..
branch-helpers.test.sh feat: add interactive git worktree operations 2026-03-10 09:20:16 +08:00
checkout-branch.test.sh feat: add option to disable auto creating branches (#552) 2026-09-02 00:58:17 +02:00
clean-select-files.test.sh ci: enforce consistent shell formatting with shfmt (#514) 2026-04-11 17:51:34 +02:00
empty-state.test.sh ci: enforce consistent shell formatting with shfmt (#514) 2026-04-11 17:51:34 +02:00
fzf.test.sh fix: preserve add paths across special filenames (#506) 2026-04-08 10:40:03 +08:00
helper-functions.test.sh ci: enforce consistent shell formatting with shfmt (#514) 2026-04-11 17:51:34 +02:00
is-submodule.test.sh fix: forgit add shows dir view for submodules (#484) 2025-12-21 20:45:56 +01:00
list-staged-files.test.sh feat: add interactive git restore selector (#537) 2026-06-16 21:16:26 +02:00
log.test.sh refactor: extract _forgit_git_log from _forgit_log 2026-03-17 17:21:28 +01:00
pager.test.sh fix: preserve LESS options in enter pager 2026-08-25 13:57:48 +08:00
parse-array.test.sh fix: support arbitrary whitespace in _forgit_parse_array 2026-06-28 14:04:02 +02:00
preview-context.test.sh ci: enforce consistent shell formatting with shfmt (#514) 2026-04-11 17:51:34 +02:00
restore.test.sh feat: add interactive git restore selector (#537) 2026-06-16 21:16:26 +02:00
show.test.sh refactor: extract _forgit_git_show from _forgit_show 2026-03-17 17:21:28 +01:00
switch-branch.test.sh feat: add option to disable auto creating branches (#552) 2026-09-02 00:58:17 +02:00
working-tree-changes.test.sh perf: speed up modified file lookup in large repositories (#544) 2026-07-13 10:05:53 -07:00
worktree.test.sh feat: resolve a relative FORGIT_WORKTREE_ADD_DIR per repository 2026-09-09 20:19:47 +08:00