I ran git filter-repo --paths-from-file ../keep.txt where keep.txt has a list of file paths, and the result was only the initial (empty) commit from the repo.
When I put directory paths in keep.txt, those are kept in the history.
If I manually --path for each of the exact same strings, it works as expected.
I ran
git filter-repo --paths-from-file ../keep.txt
wherekeep.txt
has a list of file paths, and the result was only the initial (empty) commit from the repo.When I put directory paths in
keep.txt
, those are kept in the history.If I manually
--path
for each of the exact same strings, it works as expected.Version
Also happens on current HEAD: