Re: [RFC] Plumbing-only support for storing object metadata

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Sunday, August 17, 2008 - 11:12 pm

Josh Triplett <josh@freedesktop.org>, Jamey Sharp <jamey@minilop.net> wrote:

Yes, but we'd hate to see the majority of the encodings within a
pack using the escape mechanism.

So a lot of my argument here was just trying to point out that
type bits aren't free, and we need to make sure the limited ones
available are applied to the majority of the pack contents.

Adding a new type bit is a lot more than just adding it to the pack
data field.  Look at the amount of code that needed to be changed to
support gitlink in trees, and that was "reusing" the OBJ_COMMIT type.
Anytime you start poking at the core object enumeration code with
new cases there's a lot of corners that are affected.

-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC] Plumbing-only support for storing object metadata, Stephen R. van den Berg, (Sun Aug 10, 4:20 am)
Re: [RFC] Plumbing-only support for storing object metadata, Stephen R. van den Berg, (Sun Aug 10, 10:57 am)
Re: [RFC] Plumbing-only support for storing object metadata, Stephen R. van den Berg, (Sun Aug 10, 1:16 pm)
Re: [RFC] Plumbing-only support for storing object metadata, Stephen R. van den Berg, (Mon Aug 11, 3:11 am)
Re: [RFC] Plumbing-only support for storing object metadata, Shawn O. Pearce, (Sun Aug 17, 11:12 pm)
Re: [RFC] Plumbing-only support for storing object metadata, Shawn O. Pearce, (Mon Aug 18, 4:18 pm)
Re: [RFC] Plumbing-only support for storing object metadata, Shawn O. Pearce, (Mon Aug 18, 4:28 pm)