On 10.09.21 22:23, Junio C Hamano wrote:
"Fabian Stelzer via GitGitGadget" [off-list ref] writes:
quoted
v8:
* fixes a bug around find-principals buffer i was releasing while still
iterating over it. Uses separate strbufs now.
* rename a wrong variable in the tests
* use git_config_pathname instead of string where applicable
I guess I'd better kick the topic out of 'next' before doing
anything else, as it still seems to want to be replaceable
wholesale. Somehow I was given a (probably false) impression that
the previous one was in a more or less testable shape and we can go
incremental already, which was why I merged v7 to 'next'.
Sorry, i think i'm just not familiar with the process. What do i do when
the patch is in next and someone (or myself) find other bugs during testing?
Do i send a new patch based on "next" or update my patchset but not
squashing the fixup commits?