Skip to content

v0.21

Compare
Choose a tag to compare
@jpgrayson jpgrayson released this 28 Oct 19:57
· 1778 commits to master since this release

Stacked Git 0.21 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/releases/download/v0.21/stgit-0.21.tar.gz
Main repository: https://github.com/ctmarinas/stgit
Project homepage: http://www.procode.org/stgit/
Issue tracker: https://github.com/ctmarinas/stgit/issues

Changes since 0.20:

  • Build reproducibility repairs (Thanks reproducible-builds.org team!)
  • Faster handling of large patches (#44)
  • Python can now be run with optimizations (python -O)
  • stg log now prints trailing newline
  • Improved command line option parsing for stg log