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.
Registration Date: Sat 13 Jan 2007 12:02:26 AM UTC
License: GNU General Public License V2 or later
Development Status: 4 - Beta
posted by cmarinas, Mon 09 Jan 2012 10:24:01 PM UTC - 1 reply
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 24 Oct 2009 10:34:00 PM UTC - 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]
posted by cmarinas, Fri 21 Aug 2009 10:27:56 PM UTC - 2 replies
The second release candidate for StGit 0.15 is available from the
git://repo.or.cz/stgit.git or http://download.gna.org/stgit/.
The main changes since release 0.15-rc1:
- Several Emacs mode improvements
- Two new commands: prev and next
- Bug-fixes
posted by cmarinas, Sun 12 Jul 2009 10:44:31 PM UTC - 0 replies
The first release candidate for StGit 0.15 is available from the git://repo.or.cz/stgit.git or http://download.gna.org/stgit/.
The main changes since release 0.14.3:
- New core infrastructure for repository operations
- Infinite undo/redo operations and corresponding commands ...
[Read more]
[Submit News]
[11 news in archive]


