You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-filter-repo/t
Elijah Newren 9744c57106 filter-repo: change --path-rename to work on matches instead of prefixes
Using an exact path (file or directory) for --path-rename instead of a
prefix removes an ugly caveat from the documentation, makes it operate
similarly to --path, and will make it easier to reuse common code when I
add the --paths-from-file option.  Switch over, and replace the
startswith() check by a call to filename_matches().

Signed-off-by: Elijah Newren <newren@gmail.com>
5 years ago
..
t9390 filter-repo: allow users to adjust pruning of empty & degenerate commits 5 years ago
t9391 filter-repo: rename FileChanges to FileChange 5 years ago
run_coverage filter-repo (python3): convert run_coverage 5 years ago
t9390-filter-repo.sh filter-repo: change --path-rename to work on matches instead of prefixes 5 years ago
t9391-filter-repo-lib-usage.sh filter-repo (python3): shebang and imports 5 years ago
t9392-python-callback.sh filter-repo (python3): replace strings with bytestrings 5 years ago
test-lib-functions.sh filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago
test-lib.sh filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago