AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
COPYING
INSTALL
MANIFEST.in
Makefile
README.md
TODO
build.py
pyproject.toml
setup.cfg
setup.py
stg
Documentation/Makefile
Documentation/asciidoc.conf
Documentation/asciidoctor-extensions.rb
Documentation/build-docdep.perl
Documentation/cat-texi.perl
Documentation/docbook-xsl.css
Documentation/docbook.xsl
Documentation/fix-texi.perl
Documentation/manpage-base-url.xsl
Documentation/manpage-base-url.xsl.in
Documentation/manpage-bold-literal.xsl
Documentation/manpage-normal.xsl
Documentation/manpage-quote-apos.xsl
Documentation/manpage.xsl
Documentation/stg.txt
Documentation/texi.xsl
completion/Makefile
completion/stg.fish
completion/stgit.bash
completion/stgit.zsh
contrib/Makefile
contrib/stg-cvs
contrib/stg-gitk
contrib/stg-k
contrib/stg-mdiff
contrib/stg-show
contrib/stg-unnew
contrib/stgbashprompt.sh
contrib/stgit.el
contrib/vim/README
contrib/vim/ftdetect/stg.vim
contrib/vim/syntax/stgedit.vim
contrib/vim/syntax/stgmail.vim
contrib/vim/syntax/stgnew.vim
contrib/vim/syntax/stgsquash.vim
examples/gitconfig
examples/patchdescr.tmpl
perf/create_synthetic_repo.py
perf/find_patchbomb.py
perf/perftest.py
perf/setup.sh
stgit/__init__.py
stgit/__main__.py
stgit/_version.py
stgit/argparse.py
stgit/compat.py
stgit/config.py
stgit/exception.py
stgit/main.py
stgit/out.py
stgit/pager.py
stgit/run.py
stgit/templates.py
stgit/utils.py
stgit.egg-info/PKG-INFO
stgit.egg-info/SOURCES.txt
stgit.egg-info/dependency_links.txt
stgit.egg-info/entry_points.txt
stgit.egg-info/not-zip-safe
stgit.egg-info/top_level.txt
stgit/commands/__init__.py
stgit/commands/branch.py
stgit/commands/clean.py
stgit/commands/clone.py
stgit/commands/cmdlist.py
stgit/commands/commit.py
stgit/commands/common.py
stgit/commands/delete.py
stgit/commands/diff.py
stgit/commands/edit.py
stgit/commands/export.py
stgit/commands/files.py
stgit/commands/float.py
stgit/commands/fold.py
stgit/commands/goto.py
stgit/commands/hide.py
stgit/commands/id.py
stgit/commands/imprt.py
stgit/commands/init.py
stgit/commands/log.py
stgit/commands/mail.py
stgit/commands/new.py
stgit/commands/next.py
stgit/commands/patches.py
stgit/commands/pick.py
stgit/commands/pop.py
stgit/commands/prev.py
stgit/commands/pull.py
stgit/commands/push.py
stgit/commands/rebase.py
stgit/commands/redo.py
stgit/commands/refresh.py
stgit/commands/rename.py
stgit/commands/repair.py
stgit/commands/reset.py
stgit/commands/series.py
stgit/commands/show.py
stgit/commands/sink.py
stgit/commands/squash.py
stgit/commands/sync.py
stgit/commands/top.py
stgit/commands/uncommit.py
stgit/commands/undo.py
stgit/commands/unhide.py
stgit/completion/__init__.py
stgit/completion/bash.py
stgit/completion/fish.py
stgit/lib/__init__.py
stgit/lib/edit.py
stgit/lib/log.py
stgit/lib/objcache.py
stgit/lib/stack.py
stgit/lib/stackupgrade.py
stgit/lib/transaction.py
stgit/lib/git/__init__.py
stgit/lib/git/base.py
stgit/lib/git/branch.py
stgit/lib/git/date.py
stgit/lib/git/iw.py
stgit/lib/git/objects.py
stgit/lib/git/person.py
stgit/lib/git/repository.py
stgit/templates/covermail.tmpl
stgit/templates/mailattch.tmpl
stgit/templates/patchandattch.tmpl
stgit/templates/patchexport.tmpl
stgit/templates/patchmail.tmpl
t/Makefile
t/README
t/aggregate-results.sh
t/check-non-portable-shell.pl
t/interactive.sh
t/lib-gpg.sh
t/t0000-init.sh
t/t0001-subdir-branches.sh
t/t0002-status.sh
t/t0003-id.sh
t/t0004-main.sh
t/t0005-show.sh
t/t0006-patches.sh
t/t0007-files.sh
t/t0008-series.sh
t/t0009-log.sh
t/t0100-help.sh
t/t1000-branch-create.sh
t/t1001-branch-rename.sh
t/t1002-branch-clone.sh
t/t1003-new.sh
t/t1004-pack-ref.sh
t/t1005-branch-delete.sh
t/t1006-branch-cleanup.sh
t/t1007-branch-protect.sh
t/t1008-branch-description.sh
t/t1009-gpg.sh
t/t1100-clone-under.sh
t/t1200-push-modified.sh
t/t1201-push-noapply.sh
t/t1202-push-undo.sh
t/t1203-push-conflict.sh
t/t1205-push-subdir.sh
t/t1206-push-hidden.sh
t/t1207-push-tree.sh
t/t1208-push-and-pop.sh
t/t1210-pop-spill.sh
t/t1211-pop-keep.sh
t/t1300-uncommit.sh
t/t1301-repair.sh
t/t1302-repair-interop.sh
t/t1303-commit.sh
t/t1304-repair-hidden.sh
t/t1305-repair-encodings.sh
t/t1306-repair-patchrefs.sh
t/t1307-repair-amend.sh
t/t1500-float.sh
t/t1501-sink.sh
t/t1502-float-conflict-1.sh
t/t1503-float-conflict-2.sh
t/t1504-float-noapply.sh
t/t1600-delete-one.sh
t/t1601-delete-many.sh
t/t1602-delete-spill.sh
t/t1700-goto.sh
t/t1800-import.sh
t/t1801-import-email.sh
t/t1802-import-quilt.sh
t/t1900-mail.sh
t/t2000-sync.sh
t/t2100-pull-policy-fetch.sh
t/t2101-pull-policy-pull.sh
t/t2102-pull-policy-rebase.sh
t/t2103-pull-trailing.sh
t/t2104-pull-check-upstream.sh
t/t2110-pull-stack.sh
t/t2200-rebase.sh
t/t2201-rebase-file-dir.sh
t/t2202-rebase-conflict.sh
t/t2203-rebase-interactive.sh
t/t2204-rebase-autostash.sh
t/t2300-refresh-subdir.sh
t/t2400-diff.sh
t/t2500-clean.sh
t/t2600-squash.sh
t/t2700-refresh.sh
t/t2701-refresh-p.sh
t/t2702-refresh-rm.sh
t/t2703-refresh-pre-commit-hook.sh
t/t2704-refresh-spill.sh
t/t2800-goto-subdir.sh
t/t2900-rename.sh
t/t3000-dirty-merge.sh
t/t3100-reset.sh
t/t3101-reset-hard.sh
t/t3102-undo.sh
t/t3103-undo-hard.sh
t/t3104-redo.sh
t/t3105-undo-external-mod.sh
t/t3200-non-ascii-filenames.sh
t/t3300-edit.sh
t/t3301-edit-args.sh
t/t3302-edit-diff.sh
t/t3303-edit-binary.sh
t/t3304-edit-trailers.sh
t/t3400-pick.sh
t/t3401-pick-commit.sh
t/t3500-hide-unhide.sh
t/t3600-fold.sh
t/t4000-upgrade.sh
t/t4300-export.sh
t/t4400-encodings.sh
t/t4401-nbsp.sh
t/t5000-refresh-submodules.sh
t/t6000-config.sh
t/t7504-commit-msg-hook.sh
t/test-lib-functions.sh
t/test-lib.sh
t/t1305/author-8859-1.txt
t/t1305/message-8859-1.txt
t/t1800/foo.txt
t/t1800/git-diff
t/t1800/git-diff-p0
t/t1800/gnu-diff
t/t1800/stg-export
t/t1800/patches/attribution.patch
t/t1800/patches/delete-extra-lines.patch
t/t1800/patches/fifth-stanza.patch
t/t1800/patches/first-stanza.patch
t/t1800/patches/fourth-stanza.patch
t/t1800/patches/second-stanza.patch
t/t1800/patches/series
t/t1800/patches/seventh-stanza.patch
t/t1800/patches/sixth-stanza.patch
t/t1800/patches/third-stanza.patch
t/t1801/email-8bit
t/t1801/email-mbox
t/t1801/email-mbox-same-subject
t/t1801/email-qp
t/t1801/email-quoted-from
t/t4000/.gitignore
t/t4000/0.12.tar.gz
t/t4000/0.19.tar.gz
t/t4000/0.8.tar.gz
t/t4000/1.0.tar.gz
t/t4000/1.1.tar.gz
t/t4000/make-repo.sh
t/test-bin/stg