|
|
Subscribe / Log in / New account

Stacked GIT 0.12.1

From:  "Catalin Marinas" <catalin.marinas@gmail.com>
To:  "GIT list" <git@vger.kernel.org>, "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject:  [ANNOUNCE] Stacked GIT 0.12.1
Date:  Fri, 23 Feb 2007 23:13:40 +0000

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 linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Copyright © 2007, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds