From: Catalin Marinas <catalin.marinas@gmail.com>
To: GIT <git@vger.kernel.org>
Subject: [ANNOUNCE] Stacked GIT 0.7
Date: Sun, 02 Oct 2005 10:17:07 +0100 [thread overview]
Message-ID: <1128244627.9740.6.camel@localhost.localdomain> (raw)
Stacked GIT 0.7 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.
What's new in this release (the full ChangeLog is in the archive):
* Uses the renamed GIT commands (requires GIT >= 0.99.7)
* 'pick' command to cherry-pick a commit object as an StGIT patch
using a three-way merge. It also allows reverse-applying
* 'commit' command to permanently store the applied patches into
the repository
* 'push' can now fast-forward the patches if the base tree object
has not changed
* The configuration file supports the 'editor' field
* '--version' option for the 'mail' command to generate the e-mail
subject in the form '[PATCH version nr/total]'
* '--showpatch' option for 'refresh' to show the patch content
when editing the patch description
* '--branch' option for several commands to work on a given branch
instead of the current one without switching
* the 'pull' command was updated to follow the 'git pull' API
* '--base' option for 'import' to import a diff file on a
different base and perform a three-way merge with the HEAD
afterwards
* Support for the '.gitignore' file
* Several other optimisations
* Bug fixes
Many thanks to Paolo 'Blaisorblade' Giarrusso, Chuck Lever, Pierre
Ossman and Junio C Hamano for contributing patches to this release.
--
Catalin
next reply other threads:[~2005-10-02 9:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-02 9:17 Catalin Marinas [this message]
2005-10-02 12:10 ` [ANNOUNCE] Stacked GIT 0.7 Ingo Molnar
2005-10-02 19:33 ` Catalin Marinas
2005-10-03 13:56 ` Catalin Marinas
2005-10-03 14:44 ` Catalin Marinas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1128244627.9740.6.camel@localhost.localdomain \
--to=catalin.marinas@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).