wfxr.forgit/tests
sandr01d b9ed7bc40e
Fix: preview for clean when file names contain backslashes (#465)
This is a breaking change: flag arguments provided to forgit clean are
now passed to git ls-files instead of git clean -n. This change is
necessary because git clean does not have a -z option that would prevent
it from escaping file names containing backslashes. However, git ls-files
is way more flexible than git clean, so all use cases covered by git
clean (and more) should still be possible.
2025-12-05 22:58:46 +01:00
..
clean-select-files.test.sh Fix: preview for clean when file names contain backslashes (#465) 2025-12-05 22:58:46 +01:00
fzf.test.sh Meta: Add bashunit tests to CI workflow and implement a first test case (#464) 2025-09-08 06:47:52 +02:00
helper-functions.test.sh Meta: Add unit test for _forgit_get_files_from_diff_line function (#464) 2025-09-08 06:47:52 +02:00