| From: |
| Catalin Marinas <catalin.marinas@gmail.com> |
| To: |
| git <git@vger.kernel.org> |
| Subject: |
| [ANNOUNCE] Stacked GIT 0.8.1 |
| Date: |
| Sun, 22 Jan 2006 10:20:31 +0000 |
| Archive-link: |
| Article,
Thread
|
Stacked GIT 0.8.1 release is available from http://www.procode.org/stgit/
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.
This is a bug-fix release:
- Fix the removal vs. change merging conflict
- 'clone' command fixed
- 'status --reset <file>' command fixed
- typos corrected
Acknowledgements (generated with 'git shortlog'):
Catalin Marinas:
Fix the clone command failure
Fix the 'status --reset' for individual files
Release 0.8.1
Kirill Smelkov:
[trivial] fix spelling typos
Paolo 'Blaisorblade' Giarrusso:
Stgit - gitmergeonefile.py: handle removal vs. changes
Pavel Roskin:
stgit: typo fixes
--
Catalin