Re: [PATCH v10 0/5] history: add squash subcommand to fold a range
"Matt Hunter" <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On Mon Jul 20, 2026 at 4:26 AM EDT, Harald Nordgren via GitGitGadget wrote: > Adds git history squash <revision-range> to fold a range of commits. > > Changes in v10: > > * Record the full revision expression in squash reflog. > * Preserve the boundary-walk invariant when sanitizing rev-list options. > * Clarify amend! and --reedit-message documentation. > v10 looks good to me! Thanks!