mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-20 05:41:14 -03:00
Prior to this change, the checks/git.fish test would fail if run from a git interactive rebase (such as via `git rebase -i --exec 'ninja test'`), because git itself would inject stuff into the environment. Teach the git test how to clean up its environment first before running.