Re: What's cooking in git.git (Nov 2025, #04; Fri, 14)
From: D. Ben Knoble <hidden>
Date: 2025-11-15 16:51:29
On Fri, Nov 14, 2025 at 5:27 PM Junio C Hamano [off-list ref] wrote:
* ps/history (2025-10-27) 12 commits - builtin/history: implement "split" subcommand - cache-tree: allow writing in-memory index as tree - add-patch: add support for in-memory index patching - add-patch: remove dependency on "add-interactive" subsystem - add-patch: split out `struct interactive_options` - add-patch: split out header from "add-interactive.h" - builtin/history: implement "reword" subcommand - builtin: add new "history" command - replay: stop using `the_repository` - replay: extract logic to pick commits - wt-status: provide function to expose status for trees - Merge branch 'sa/replay-atomic-ref-updates' into ps/history (this branch uses sa/replay-atomic-ref-updates.) "git history" history rewriting UI. Comments? source: [ref]
I've been playing with this for a bit, and have really enjoyed the reword command. I don't have much experience with the split subcommand. I think I also vaguely recall some discussion about where these things should live? But otherwise I generally am in favor of the idea and find it useful. I gave an early review of the code but haven't looked closely at the newest version.