Git Queues (aka. gq) is a series of bash scripts which add a Mercurial queues-like [1] functionality and interface to git. The one distinguishing feature from other quilt-like porcelains, is the format of the patches directory. _All_ the information is stored as plain text - a series file and the patches (one per file). This easily lends itself to versioning the patches using any number of of SCMs. The scripts are rather incomplete at the moment, but I'm hoping they'll get to being very usable very soon. Tarball: http://www.kernel.org/pub/linux/kernel/people/jsipek/gq/gq-0.10.tar.bz2 http://www.kernel.org/pub/linux/kernel/people/jsipek/gq/gq-0.10.tar.gz Git repository: git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/gq.git The code is licensed under GPLv2. Of course, contributions and feedback are welcomed :) Josef "Jeff" Sipek. [1] http://www.selenic.com/mercurial/wiki/index.cgi/MqExtension - 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