From: "Marc-André Lureau" <marcandre.lureau@gmail.com>
To: git@vger.kernel.org
Subject: [PATCH/RFC 4/6] object: add one bit to let creation of private types (OBJ_MAX + n)
Date: Sun, 22 Feb 2009 20:06:49 +0200 [thread overview]
Message-ID: <e29894ca0902221006u77fdaa89s9cc01fb27bffce0b@mail.gmail.com> (raw)
---
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
next reply other threads:[~2009-02-22 18:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-22 18:06 Marc-André Lureau [this message]
2009-02-22 18:21 ` [PATCH/RFC 4/6] object: add one bit to let creation of private types (OBJ_MAX + n) Junio C Hamano
2009-02-22 18:35 ` Marc-André Lureau
2009-02-23 1:47 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e29894ca0902221006u77fdaa89s9cc01fb27bffce0b@mail.gmail.com \
--to=marcandre.lureau@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).