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 cbacb6cd82 filter-repo: simplify import in lib-usage examples
Python wants filenames with underscores instead of hyphens and with a
.py extension.  We really want the main file named git-filter-repo, but
we can add a git_filter_repo.py symlink.  Doing so dramatically
simplifies the steps needed to import it as a library in external python
scripts.

Signed-off-by: Elijah Newren <newren@gmail.com>
5 years ago
..
t9390 filter-repo: add text removal (or replacement) via file of expressions 5 years ago
t9391 filter-repo: simplify import in lib-usage examples 5 years ago
t9390-filter-repo.sh filter-repo: add text removal (or replacement) via file of expressions 5 years ago
t9391-filter-repo-lib-usage.sh filter-repo: simplify import in lib-usage examples 5 years ago
test-lib-functions.sh filter-repo: add some basic tests, with git-style test-lib.sh 5 years ago
test-lib.sh filter-repo: add some basic tests, with git-style test-lib.sh 5 years ago