Guilt v0.21 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 There have been a lot of changes since v0.20. Some of the most important ones, include... 1) Allow command abbreviation: 'guilt ser' will have the same effect as 'guilt series' 2) "guilt push" behavior now matches "quilt push" when patch doesn't apply 3) guilt and guilt-init got a manpage (more will follow in future releases) 4) guilt-import-commit now saves the git Author field as the 'From:' line in the patch 5) guilt-refresh checks if there is a patch applied before trying to refresh changes 6) Several sanity checks I know I either say it, or at least think it each time I make a release, but really, this is the best release of Guilt yet. :) As always, patches, and other feedback is welcome. Josef "Jeff" Sipek. ------------ Changes since v0.20: Brandon Philips (1): Initial guilt documentation Josef 'Jeff' Sipek (14): makefile: Include import-commit in list of scripts Fixed do_make_header to include From: push: Fixed unkown patchname pushing all patches add/rm: Use print_usage instead of using $USAGE directly guilt: Document push_patch's new argument refresh: Make sure there is a patch applied before doing a refresh Reorder makefile rules & use .PHONY docs: Commands should be on a separate line Ignore *.html, *.1 and *.7 in Documentation/ refresh: Use ~ as the backup file suffix Install manpages to $(PREFIX)/man Removed print_usage as it shouldn't be used help: A simple help command Guilt v0.21 Theodore Ts'o (1): Make "guilt push" match "quilt push" when the patch doesn't apply Yasushi SHOJI (7): Allow command abbreviation Guilt: Format command list in usage Guilt: Do not allow patch name duplication Guilt: Replace print_usage and exit 1 with usage and die in git-sh-setup Guilt: add -v to guilt-series Guilt: series -v: Fix zero applied patch case Guilt: add a new command "files" - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html