Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932704AbXBWXNo (ORCPT ); Fri, 23 Feb 2007 18:13:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933252AbXBWXNo (ORCPT ); Fri, 23 Feb 2007 18:13:44 -0500 Received: from wr-out-0506.google.com ([64.233.184.232]:59636 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932704AbXBWXNn (ORCPT ); Fri, 23 Feb 2007 18:13:43 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ofMkIavSrZsoDVPfHi+f87tXwX1x/8UWw2Vjbarz9iMaeeV0uS7pHYBrW1W0dQi/i/uEjGiMOC7qUuS+FASMr9LGqWmawU+fIK28A8hqdPmvSga4T6zbea8NndYRWvc/G+Ccvz0nErTEnonBx7w2cH/mFiwuqWAGkBCiRTO6rGg= Message-ID: Date: Fri, 23 Feb 2007 23:13:40 +0000 From: "Catalin Marinas" To: "GIT list" , "Linux Kernel Mailing List" Subject: [ANNOUNCE] Stacked GIT 0.12.1 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2135 Lines: 54 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/