git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Catalin Marinas" <catalin.marinas@gmail.com>
To: git <git@vger.kernel.org>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: [ANNOUNCE] Stacked GIT 0.11
Date: Sat, 21 Oct 2006 16:08:31 +0100	[thread overview]
Message-ID: <b0943d9e0610210808g462c737cq7828b7c9f0ad9367@mail.gmail.com> (raw)

Stacked GIT 0.11 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.

The main features in this release:

*  New 'float' command to bring a range patches to the top of the
stack. This command can also take a series file as a parameter,
allowing easy reordering of the patches
* Patch history support, accessible through the 'log [--graphical]' command
* Use the '..' syntax for patch ranges instead of ':'
* '--keep' option for 'pop' to preserve the local changes (useful to
add the modifications to a different patch)
* '--graphical' option for 'series' to invoke gitk instead of listing
the patches
* Automatically generate patch names for the 'import', 'pick' and
'uncommit' commands
* '--noreply' option for 'mail' to not send messages as replies to the
first one. This is useful for mailing lists filtering replies with a
different subject
* '--interactive' option for 'resolved' to invoke a graphical 3-way
merge tool (xxdiff or emacs)
* '--sign' and '--ack' options for 'refresh' to sign off or acknowledge a patch
* Diff colouring pager script added to the contrib directory
* Configurable low-level pull command (i.e. git-pull)
* '--auto' option for 'mail' to automatically cc the patch signers
* Debian package support files
* Bug fixes


Acknowledgements (generated with 'git shortlog'):

Catalin Marinas:
      Do not use the pager when the output is empty
      Get the patch name from the description
      Add '--' to git-diff-index calls
      Add a common function for reading template files
      Automatically generate patch names for uncommit
      Set the .txt extension to the StGIT commit message file
      Use the ".." syntax for patch ranges
      Use get-ref-list to get the commit parents
      Add --keep option to pop
      Allow empty commit messages
      Add the --graphical option to series
      Add patch history support
      Add the --noreply option to 'mail'
      TODO list update
      Add the '--interactive' option to 'resolved'
      Add --sign and --ack options to refresh
      Fix the preserving of the local changes during pop
      Add the diffcol.sh file to the contrib directory
      Allow the git-pull command to be configurable
      Add --auto option to 'mail'
      Rearrange the patches with a given series file
      Add Debian package support to StGIT
      Release 0.11

Robin Rosenberg:
      Fix the --cover option.
      New command 'float' to move a patch to the top

Yann Dirson:
      Add a --parent flag to "stgit pick".

-- 
Catalin

                 reply	other threads:[~2006-10-21 15:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=b0943d9e0610210808g462c737cq7828b7c9f0ad9367@mail.gmail.com \
    --to=catalin.marinas@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=linux-kernel@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).