git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Contreras <felipe.contreras@gmail.com>
To: Catalin Marinas <catalin.marinas@gmail.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: [ANNOUNCE] Stacked Git 0.15
Date: Mon, 2 Nov 2009 12:05:31 +0200	[thread overview]
Message-ID: <94a0d4530911020205x355d4655n4de6e34d1d5b08e5@mail.gmail.com> (raw)
In-Reply-To: <b0943d9e0910241541n7b1091ecp6b21fa896405afa0@mail.gmail.com>

On Sun, Oct 25, 2009 at 12:41 AM, Catalin Marinas
<catalin.marinas@gmail.com> wrote:
> StGit is a Python application providing functionality similar 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.
>
>  Download:         http://download.gna.org/stgit/stgit-0.15.tar.gz
>  Main repository:  git://repo.or.cz/stgit.git
>  Project homepage: http://www.procode.org/stgit/
>  Mailing list:     git@vger.kernel.org (please use "StGit" in the subject)
>  Bug tracker:      https://gna.org/bugs/?group=stgit
>
> The main changes since release 0.14.3 are
>
>  - New core infrastructure for repository operations, including
>
>      + Infinite undo/redo operations and corresponding commands.
>
>      + Automatic rollback of changes following a failed operation
>        (using transactions)---this ensures that StGit commands either
>        succeed or do nothing. Previously, every commands had its own
>        ad hoc implementation of this.
>
>  - Some commands were added, including
>
>      + "stg squash", for combining two or more patches into one.
>
>      + "stg publish", for maintaining merge-friendly branches (which
>        are not rebased).
>
>      + "stg prev/next" for printing the name of the previous or next
>        patch in the series.
>
>  - The commands "stg add", "stg rm", "stg cp", and "stg resolved"
>    were removed, since there are corresponding Git equivalents.
>
>  - The "stg import" and "stg fold" commands support the "-p N" option
>    for stripping leading slashes from diff paths.
>
>  - The "stg import" and "stg fold" commands support the "--reject"
>    option for leaving rejected hunks in corresponding *.rej files.
>
>  - New patch identification syntax: <branch>:<patch> (see
>    documentation for the "stg id" command).
>
>  - Autosigning of imported patches when "sign.autosign" configuration
>    option is set.
>
>  - A powerful Emacs mode for StGit was added to the "contrib"
>    directory. It displays the patch stack in an Emacs buffer, and can
>    handle all common StGit tasks.
>
>  - Improved bash tab-completion, automatically generated from the stg
>    command definitions.
>
>  - Man pages and an improved tutorial.
>
> Special thanks go to Karl Wiberg for the hard work done on the new
> StGit features, to Catalin Marinas for many new features and bugfixes,
> and to David Kågedal and Gustav Hållberg for the Emacs mode.

I don't know why, but the announcement RSS feed breaks exactly here
due to some UTF-8 miss-match or something:
wget http://gitrss.q42.co.uk/announce.rss

-- 
Felipe Contreras

      parent reply	other threads:[~2009-11-02 10:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-24 22:41 [ANNOUNCE] Stacked Git 0.15 Catalin Marinas
2009-10-24 23:20 ` Jakub Narebski
2009-10-25 17:13   ` Catalin Marinas
2009-10-26 10:32     ` Catalin Marinas
2009-10-26 13:49       ` Karl Wiberg
2009-10-26 16:23         ` Catalin Marinas
2009-11-02 10:05 ` Felipe Contreras [this message]

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=94a0d4530911020205x355d4655n4de6e34d1d5b08e5@mail.gmail.com \
    --to=felipe.contreras@gmail.com \
    --cc=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).