wfxr.forgit/completions
sandroid b2e5b46987
Some checks are pending
ci / build (macos-latest) (push) Waiting to run
ci / build (ubuntu-latest) (push) Waiting to run
ci / commitlint (push) Waiting to run
ci / format (push) Waiting to run
ci / rumdl-check (push) Waiting to run
ci / actionlint (push) Waiting to run
fix(fish): completions fail to load with fish >= 4.8.0 (#556)
Fish started shipping git completions in the binary with 4.2.0 and deprecated the old completion
files with 4.8.0.

Update forgit’s fish completion loader to support both models:

* prefer `status get-file completions/git.fish` (binary-embedded completions)
* fall back to `$__fish_data_dir/completions/git.fish` (completion files)

Also refactors loading into a helper function to allow early returns and reduce nesting.
2026-09-09 18:56:07 +02:00
..
_git-forgit feat: add interactive git restore selector (#537) 2026-06-16 21:16:26 +02:00
git-forgit.bash feat: add interactive git restore selector (#537) 2026-06-16 21:16:26 +02:00
git-forgit.fish fix(fish): completions fail to load with fish >= 4.8.0 (#556) 2026-09-09 18:56:07 +02:00