procode.org

Home            About me            Projects            Links            Contact

Stacked GIT

Project page
News
Download
Documentation
Acknowledgements

StGIT is a Python application providing similar functionality 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. StGIT is licensed under the GNU General Public License.

Note that StGIT is not an SCM interface on top of GIT and it expects a previously initialised GIT repository. For standard SCM operations, either use plain GIT commands or the Cogito tool.

For more information, see the README file in the archive.

Please report bugs to Catalin Marinas and copy the GIT mailing list.

News

2008-06-08: StGIT-0.14.3 released

2008-03-24: StGIT-0.14.2 released

2007-12-12: StGIT-0.14.1 released

2007-12-10: StGIT-0.14 released

2007-07-26: StGIT-0.13 released

2007-02-23: StGIT-0.12.1 released

2007-02-06: StGIT-0.12 released

2006-10-21: StGIT-0.11 released

2006-06-11:StGIT-0.10 released

2006-04-07: StGIT-0.9 released

2006-01-22: StGIT-0.8.1 released

2005-12-23: StGIT-0.8 released

2005-10-15: StGIT-0.7.1 released

2005-10-02: StGIT-0.7 released

2005-08-21: StGIT-0.6 released

2005-07-30: StGIT-0.5 released

2005-07-10: StGIT repository available (see the Download section below)

2005-07-09: StGIT-0.4 released

2005-06-28: StGIT-0.3 released

2005-06-22: StGIT daily snapshots are available (see the Download section below)

2005-06-20: StGIT-0.2 released

2005-06-16: StGIT-0.1 released

Download

stgit-0.14.3.tar.gz
stgit-0.14.3-1.noarch.rpm, stgit-0.14.3-1.src.rpm (the RPM was automatically generated by the Python distutils package on an Ubuntu Linux distribution)
stgit_0.14.3-0_all.deb (built on Ubuntu 7.10 - Gutsy Gibbon)

(almost) Daily snapshots. See the ChangeLog file in the archive for what's new.

StGIT repository (GIT): http://homepage.ntlworld.com/cmarinas/stgit.git

Acknowledgements

Many thanks to Yann Dirson, Karl Hasselström, Chuck Lever and Paolo 'Blaisorblade' Giarrusso for their great contribution to the development of StGIT. Many thanks to all the people who contributed patches, ideas or reported bugs.