Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756532AbYCXT7X (ORCPT ); Mon, 24 Mar 2008 15:59:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753515AbYCXT7H (ORCPT ); Mon, 24 Mar 2008 15:59:07 -0400 Received: from wr-out-0506.google.com ([64.233.184.233]:46743 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753513AbYCXT7E convert rfc822-to-8bit (ORCPT ); Mon, 24 Mar 2008 15:59:04 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RJgxaSjBXqe1X8ssRKBiIjfj6+v62lyCPPpPWlG4bpRqis+3t0JkfTWdFyed0knDbJFcPo9QYyv/pRQP839x6C7eLHN3x38A2TVwDGGagM7TOB6csBw1DupR2UtQi3r0zZcRLEM0MTzEw8aoJ8jAwKdnGqOvQscKLVczLGvYhyQ= Message-ID: Date: Mon, 24 Mar 2008 19:59:00 +0000 From: "Catalin Marinas" To: git , "Linux Kernel Mailing List" Subject: [ANNOUNCE] Stacked GIT 0.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1867 Lines: 52 Stacked GIT 0.14.2 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. This is a maintenance release including bug-fixes and a few user interface enhancements. Acknowledgements: Catalin Marinas (13): Don't set the default authdate if none specified Allow pick to import multiple patches Check for unnecessary push/pop in 'float' Allow the synchronisation of the unapplied patches Modify 'series' to use '#' instead of '|' Set umask to 0022 during the setup.py execution Refuse to send empty patches Add a boundary to parse_patches in pick.py Fix sync to push the popped patches back after sync'ing Remove the reordering side-effect of the latter sync changes Allow picking of one commit id Remove a newline from the e-mail template Release 0.14.2 Onno Kortmann (2): Simple rename of top-most patch Test the 'stg rename' command Alex Chiang (1): Better "stg rebase" help text Angus Salkeld (1): stg mail crashes when there is no patch description Karl Hasselstr?m (1): Make documentation less confusing Peter Oberndorfer (1): replace "git repo-config" usage by "git config" Toby Allsopp (1): Fix "stg branch --delete" on a nonexistent branch -- 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/