Stacked Git - Summary
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.
Source code available at http://repo.or.cz/w/stgit.git
Registration Date: Sat Jan 13 00:02:26 2007
License: GNU General Public License V2 or later
Development Status: 4 - Beta
posted by cmarinas, Mon Sep 30 16:03:39 2013 - 0 replies
Stacked Git v0.17.1 is available at http://download.gna.org/stgit.
The main changes in this release are:
- Fix dirty index errors when resolving conflicts.
- Test suite improvements.
- Print tracebacks to stderr.
- Run test suite in parallel.
- Fix --authdate date parsing.
posted by ppwaskie, Thu Jun 27 23:24:27 2013 - 0 replies
Stacked Git v0.17 is available at http://download.gna.org/stgit.
The main changes in this release are:
- Make refresh warn when the index is dirty
- Template updates to not hardcode whitespace
- Properly generate mbox formats when attaching patches
- Added new option to attach and inline patches when sending mail
- Various bugfixes and tiny improvements
posted by cmarinas, Mon Jan 9 22:24:01 2012 - 0 replies
Stacked Git 0.16 release is available from http://www.procode.org/stgit/.
The main changes in this release:
- Several improvements to the Emacs mode (stgit.el).
- UI adjustments to better match the Git commands.
+ "stg status" is an alias for "git status".
...
[Read more]
posted by cmarinas, Sat Oct 24 22:34:00 2009 - 0 replies
Stacked Git 0.15 release is available from http://www.procode.org/stgit/.
The main features in this release:
* New core infrastructure for repository operations, including infinite undo/redo operations and automatic rollback of changes following a failed operation (using transactions)
...
[Read more]
[Submit News]
[13 news in archive]


