v0.19
Stacked Git 0.19 released
StGit is a Python application providing functionality similar to Quilt
(i.e. pushing/popping patches to/from a stack) on top of Git. These
operations are performed using Git commands, and the patches are
stored as Git commit objects, allowing easy merging of the StGit
patches into other repositories using standard Git functionality.
Download: https://github.com/ctmarinas/stgit/archive/v0.19.tar.gz
Main repository: https://github.com/ctmarinas/stgit
Project homepage: http://www.procode.org/stgit/
Issue tracker: https://github.com/ctmarinas/stgit/issues
The main changes since release 0.18:
-
Python 3 support. StGit supports Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6,
and 3.7. PyPy interpreters are also supported. -
Submodules are now ignored when checking if working tree is clean. Submodules
are also not included by default when refreshing a patch. -
Config booleans are now parsed similarly to git-config.
-
contrib/stgit.el is now licenced with GPLv2.
-
Repair handling of emails with utf-8 bodies containing latin-1 characters.
Also correctly decode email headers containing quoted encoded words. -
StGit's version is now correct/available the release archive.
-
Add continuous integration (travis-ci) and code coverage (coveralls) support.
-
Many new test cases were added.