Download raw body.
got-read-pack commit coloring fix
Stefan Sperling <stsp@stsp.name> wrote: > On Mon, Aug 04, 2025 at 05:30:38PM +0200, Stefan Sperling wrote: > > Pass an exact copy of queued IDs to got-read-pack during commit coloring. > > > > This ensures that commit painting inside got-read-pack begins with an > > exact copy of the object ID list state which the main process has. > > > > The previous diff was incomplete. Here is a new diff which fixes more > bugs and seems to work in all corner cases I can think of and test. > > Log messages from the 'paint3' branch which I have temporarily sent to > the main repo for easier coordination with Omar: Thank you! thank you! thank you! =) I really like the improvements. ok op@! Thanks, Omar Polo
got-read-pack commit coloring fix