"brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> writes: > To solve this problem, let's move the two sets of object flags so that > they don't overlap, since we're clearly using them at the same time. > The new set should not conflict with other usage because other users are > either builtin code (which is not compiled into git http-push) or > upload-pack (which we similarly do not use here). > > Reported-by: Michael Ward <mward@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: René Scharfe <l.s.r@xxxxxx> > Signed-off-by: brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> Thanks. Well explained and cleanly fixed.