Commit graph

4 commits

Author SHA1 Message Date
sandr01d 9167c65714
Meta: update bashunit helper functions due to breaking change (#480) 2025-12-08 20:12:34 +01:00
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
carlfriedrich 61d3192055 Meta: Add unit test for _forgit_get_files_from_diff_line function (#464)
Update CI to install latest bashunit beta version instead of fixed
0.23.0 version because we need the new "data_set" function for
parameterized tests.
2025-09-08 06:47:52 +02:00
carlfriedrich 94e52ed942 Meta: Add bashunit tests to CI workflow and implement a first test case (#464) 2025-09-08 06:47:52 +02:00