.editorconfig
.gitignore
LICENSE
Makefile
README.md
git-pile
pyproject.toml
setup.cfg
setup.py
.github/Dockerfile.ubuntu-22.04
.github/workflows/build.yml
.github/workflows/container.yml
docs/git-pile-cycle.svg
extra/git-pile-complete.sh
extra/time_genbranch.py
git_pile/__init__.py
git_pile/cli.py
git_pile/config.py
git_pile/genbranch.py
git_pile/genbranch_caching.py
git_pile/git_pile.py
git_pile/gitutil.py
git_pile/helpers.py
git_pile/pile.py
git_pile.egg-info/PKG-INFO
git_pile.egg-info/SOURCES.txt
git_pile.egg-info/dependency_links.txt
git_pile.egg-info/not-zip-safe
git_pile.egg-info/requires.txt
git_pile.egg-info/top_level.txt
git_pile/data/git-cover-order.txt
man/man1/git-pile-am.1
man/man1/git-pile-baseline.1
man/man1/git-pile-destroy.1
man/man1/git-pile-format-patch.1
man/man1/git-pile-genbranch.1
man/man1/git-pile-genlinear-branch.1
man/man1/git-pile-genpatches.1
man/man1/git-pile-init.1
man/man1/git-pile-reset.1
man/man1/git-pile-setup.1
man/man1/git-pile.1
test/.gitignore
test/00_basic.bats
test/10_init.bats
test/11_baseline.bats
test/20_genpatches.bats
test/30_genbranch.bats
test/31_genbranch_caching.bats
test/40_genlinear_branch.bats
test/50_setup.bats
test/60_format_patch_and_am.bats
test/common.bash
test/coverage-shim/git-pile