[ANNOUNCE] Stacked GIT 0.12.1

Catalin Marinas catalin.marinas at gmail.com
Wed Aug 31 21:59:56 BST 2011


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

The main features in this release:

    * Allow StGIT to run when there is no user information configured
    * Use 'git-pull' rather than 'git-fetch' by default
    * Fix the 'mail' command to parse multiple-lines address headers
    * Fix the alias check in the 'stg mail --bcc' command
    * Add '--merged' option to rebase
    * Add '--url' option to 'import' to import a file directly from the network
    * Add '--author' option to 'series'

Acknowledgements (generated with 'git shortlog'):

Catalin Marinas (10):
      Make StGIT aware of the STGIT_DEBUG_LEVEL environment variable
      Fix the behaviour when there is no user information configured
      Allow importing mbox files from stdin
      Add --author option to series
      Fix import to allow --name and --strip for most import types
      Display whether the patch is empty after refresh
      Fix the alias check in the mail --bcc command
      Fix the mail command to parse longer address headers
      Use 'git-pull' rather than 'git-fetch' by default
      Release 0.12.1

Yann Dirson (7):
      Add --merged option to rebase.
      Use canonical command name in help message.
      Support for pre-1.5 git in stgit tests.
      Factorize rebasing behaviour.
      Move stack-base querying into Series class.
      Various cleanups for clarity.
      Keep track of safe base changes.

Clark Williams (1):
      URL import for stgit

Sam Vilain (1):
      Some minor debian packaging fixes

-- 
Catalin
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



More information about the git-announce mailing list