gitextract_8svba9bu/ ├── .gitattributes ├── .github/ │ ├── PULL_REQUEST_TEMPLATE.md │ └── workflows/ │ └── test.yml ├── .pre-commit-hooks.yaml ├── .travis.yml ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.txt ├── Makefile ├── NOTICE.txt ├── README.rst ├── git-secrets ├── git-secrets.1 ├── install.ps1 └── test/ ├── bats/ │ ├── LICENSE │ └── libexec/ │ ├── bats │ ├── bats-exec-suite │ ├── bats-exec-test │ ├── bats-format-tap-stream │ └── bats-preprocess ├── commit-msg.bats ├── git-secrets.bats ├── pre-commit.bats ├── prepare-commit-msg.bats └── test_helper.bash