From: Alex Riesen <raa.lkml@gmail.com>
To: Nicolas Pitre <nico@cam.org>
Cc: Junio C Hamano <gitster@pobox.com>,
Brandon Casey <drafnel@gmail.com>,
git@vger.kernel.org
Subject: Re: [PATCH 2/2] let pack-objects do the writing of unreachable objects as loose objects
Date: Wed, 14 May 2008 23:06:10 +0200 [thread overview]
Message-ID: <20080514210610.GA11109@steel.home> (raw)
In-Reply-To: <alpine.LFD.1.10.0805140132500.23581@xanadu.home>
Nicolas Pitre, Wed, May 14, 2008 07:33:53 +0200:
> @@ -67,7 +68,7 @@ static uint32_t nr_objects, nr_alloc, nr_result, nr_written;
>
> static int non_empty;
> static int reuse_delta = 1, reuse_object = 1;
> -static int keep_unreachable, include_tag;
> +static int keep_unreachable, unpack_unreachable, include_tag;
If the options are incompatible anyway, why not
enum
{
NO_UNREACHABLE,
KEEP_UNREACHABLE,
UNPACK_UNREACHABLE,
};
static int unreachable_handling, include_tag;
?
prev parent reply other threads:[~2008-05-14 21:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-14 5:33 [PATCH 2/2] let pack-objects do the writing of unreachable objects as loose objects Nicolas Pitre
2008-05-14 9:12 ` Juergen Ruehle
2008-05-14 21:06 ` Alex Riesen [this message]
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=20080514210610.GA11109@steel.home \
--to=raa.lkml@gmail.com \
--cc=drafnel@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=nico@cam.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).