[ANNOUNCE] Guilt v0.37.1
From: Frediano Ziglio <hidden>
Date: 2026-07-05 10:14:38
Guilt v0.37.1 is now available for download. Guilt (Git Quilt) is a collection of shell scripts that provide a Mercurial Queues-like interface and workflow for Git. It has been a long time since the last update. The project was unmaintained for a period of time, and I have recently stepped in as maintainer with the agreement of Jeff, the previous maintainer. The project has been moved to GitHub [1], and the documentation is now available on GitHub Pages [2]. Prebuilt binaries can also be found on GitHub [3]. This is a minor release following the larger 0.37 release. The goal of the project is to preserve the original design, in particular: * code written in POSIX shell using standard system commands and awk; * compatibility with Linux, FreeBSD, Darwin, and SunOS. Summary of changes since 0.37-rc1: * new "guilt rename" command * new "guilt goto" command * new "guilt series -n" (number) and "-m" (missing) options * new "guilt push -C" (context) option * multiple fixes and improvements to "guilt delete" * improved reflog messages * many optimizations and minor improvements * better handling of guards and patch names For more details, see the GitHub release page. [1] https://github.com/git-guilt/guilt [2] https://git-guilt.github.io/ [3] https://github.com/git-guilt/guilt/releases#release-v0.37.1