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/t9391
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
..
commit_info.py filter-repo: simplify import in lib-usage examples 5 years ago
create_fast_export_output.py filter-repo: simplify import in lib-usage examples 5 years ago
file_filter.py filter-repo: simplify import in lib-usage examples 5 years ago
print_progress.py filter-repo: simplify import in lib-usage examples 5 years ago
rename-master-to-develop.py filter-repo: simplify import in lib-usage examples 5 years ago
splice_repos.py filter-repo: simplify import in lib-usage examples 5 years ago
strip-cvs-keywords.py filter-repo: simplify import in lib-usage examples 5 years ago