Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757850AbXEOR6l (ORCPT ); Tue, 15 May 2007 13:58:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754611AbXEOR6f (ORCPT ); Tue, 15 May 2007 13:58:35 -0400 Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:48751 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754346AbXEOR6e (ORCPT ); Tue, 15 May 2007 13:58:34 -0400 Date: Tue, 15 May 2007 13:58:32 -0400 From: Josef Sipek To: guilt@josefsipek.net Cc: git@vger.kernel.org, linux-kernel@vger.kernel.org, brandon@ifup.org Subject: [ANNOUNCE] Guilt v0.25 Message-ID: <20070515175831.GE2126@filer.fsl.cs.sunysb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1648 Lines: 46 Guilt v0.25 is available for download (once it mirrors out on kernel.org). Guilt (Git Quilt) is a series of bash scripts which add a Mercurial queues-like functionality and interface to git. Tarballs: http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/ Git repo: git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/guilt.git Really the only major changes are the new commands: import and rebase. guilt-import allows one to import a patch into the Guilt series easily guilt-rebase is very similar to git-rebase - it detects patches that were pushed upstream. NOTE: This command is still not perfect, so use it with caution. As always, patches, and other feedback is welcome. Josef "Jeff" Sipek. ------------ Changes since v0.24: Josef 'Jeff' Sipek (13): Docs: Fixed two small typos import: import a patch command import: Added -P to specify a name of the patch file within guilt new: Add an empty line after the message/signed-off-by guilt: be more careful when parsing hash ranges patchbomb: Added --in-reply-to argument rebase: Rebase pushed patches against an upstream branch docs: Skeleton of the rebase docs rebase: removed some leftover bits from git-cherry rebase: comment out patch instead of removing it rebase: created a helper function to pop all patches Fixed $PAGER detection logic Guilt v0.25 - 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/