.editorconfig
.gitignore
.gitlint
.markdownlint.yaml
.pre-commit-config.yaml
.readthedocs.yml
.yamllint
LICENSE
README.md
REUSE.toml
action.yaml
pyproject.toml
sitecustomize.py
uv.lock
.github/actionlint.yaml
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/build-test-release.yaml
.github/workflows/build-test.yaml
.github/workflows/dependencies.yaml
.github/workflows/github2gerrit.yaml
.github/workflows/release-drafter.yaml
.github/workflows/semantic-pull-request.yaml
.github/workflows/sha-pinned-actions.yaml
.github/workflows/testing.yaml
LICENSES/Apache-2.0.txt
src/github2gerrit/__init__.py
src/github2gerrit/cli.py
src/github2gerrit/commit_normalization.py
src/github2gerrit/config.py
src/github2gerrit/core.py
src/github2gerrit/duplicate_detection.py
src/github2gerrit/external_api.py
src/github2gerrit/gerrit_rest.py
src/github2gerrit/gerrit_urls.py
src/github2gerrit/github_api.py
src/github2gerrit/gitutils.py
src/github2gerrit/models.py
src/github2gerrit/pr_content_filter.py
src/github2gerrit/similarity.py
src/github2gerrit/ssh_agent_setup.py
src/github2gerrit/ssh_common.py
src/github2gerrit/ssh_discovery.py
src/github2gerrit/utils.py
src/github2gerrit.egg-info/PKG-INFO
src/github2gerrit.egg-info/SOURCES.txt
src/github2gerrit.egg-info/dependency_links.txt
src/github2gerrit.egg-info/entry_points.txt
src/github2gerrit.egg-info/requires.txt
src/github2gerrit.egg-info/top_level.txt
tests/conftest.py
tests/test_change_id_deduplication.py
tests/test_cli.py
tests/test_cli_helpers.py
tests/test_cli_outputs_file.py
tests/test_cli_url_and_dryrun.py
tests/test_commit_normalization.py
tests/test_config_and_reviewers.py
tests/test_config_helpers.py
tests/test_core_close_pr_policy.py
tests/test_core_config_and_errors.py
tests/test_core_gerrit_backref_comment.py
tests/test_core_gerrit_push_errors.py
tests/test_core_gerrit_rest_results.py
tests/test_core_integration_fixture_repo.py
tests/test_core_prepare_commits.py
tests/test_core_ssh_setup.py
tests/test_duplicate_detection.py
tests/test_external_api_framework.py
tests/test_gerrit_change_id_footer.py
tests/test_gerrit_rest_client.py
tests/test_gerrit_urls.py
tests/test_gerrit_urls_more.py
tests/test_ghe_and_gitreview_args.py
tests/test_github_api_helpers.py
tests/test_github_api_retry_and_helpers.py
tests/test_gitutils_helpers.py
tests/test_misc_small_coverage.py
tests/test_pr_content_filter.py
tests/test_pr_content_filter_integration.py
tests/test_ssh_agent.py
tests/test_ssh_common.py
tests/test_ssh_discovery.py
tests/test_url_parser.py
tests/test_utils.py
tests/fixtures/__init__.py
tests/fixtures/make_repo.py