"brian m. carlson" [off-list ref] 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 <redacted>
Signed-off-by: René Scharfe <redacted>
Signed-off-by: brian m. carlson <redacted>
Thanks. Well explained and cleanly fixed.