mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 15:26:16 -04:00
Git escapes backslashes with `git status` even when `core.quotepath=false` is set. Use `--porcelain -z` with `git status` as a more robust approach to fix this. Fixes #467 |
||
|---|---|---|
| .. | ||
| branch-helpers.test.sh | ||
| clean-select-files.test.sh | ||
| empty-state.test.sh | ||
| fzf.test.sh | ||
| helper-functions.test.sh | ||
| is-submodule.test.sh | ||
| log.test.sh | ||
| preview-context.test.sh | ||
| show.test.sh | ||
| working-tree-changes.test.sh | ||