git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC 4/6] object: add one bit to let creation of private types  (OBJ_MAX + n)
@ 2009-02-22 18:06 Marc-André Lureau
  2009-02-22 18:21 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Marc-André Lureau @ 2009-02-22 18:06 UTC (permalink / raw)
  To: git

---
 object.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/object.h b/object.h
index 89dd0c4..83d3644 100644
--- a/object.h
+++ b/object.h
@@ -21,7 +21,7 @@ struct object_array {
 	} *objects;
 };

-#define TYPE_BITS   3
+#define TYPE_BITS   4
 #define FLAG_BITS  27

 /*
-- 
1.6.2.rc1.28.g05ef4.dirty

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-23  1:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-22 18:06 [PATCH/RFC 4/6] object: add one bit to let creation of private types (OBJ_MAX + n) Marc-André Lureau
2009-02-22 18:21 ` Junio C Hamano
2009-02-22 18:35   ` Marc-André Lureau
2009-02-23  1:47     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).