From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Junio C Hamano <gitster@pobox.com>
Cc: "Shawn O. Pearce" <spearce@spearce.org>,
Nguyen Thai Ngoc Duy <pclouds@gmail.com>,
Git Mailing List <git@vger.kernel.org>,
Mark Levedahl <mdl123@verizon.net>
Subject: Re: [PATCH] allow git-bundle to create bottomless bundle
Date: Thu, 9 Aug 2007 01:28:25 +0100 (BST) [thread overview]
Message-ID: <Pine.LNX.4.64.0708090127440.21857@racer.site> (raw)
In-Reply-To: <7vps1xzic2.fsf_-_@assigned-by-dhcp.cox.net>
Hi,
On Wed, 8 Aug 2007, Junio C Hamano wrote:
> + *
> + * Non commit objects such as tags and blobs do not have
> + * this issue as they are not affected by those extra
> + * constraints.
> */
> - if (!(e->item->flags & SHOWN)) {
> + if (!(e->item->flags & SHOWN) && e->item->type == OBJ_COMMIT) {
That is all? Heh.
Thanks for fixing this bug,
Dscho
next prev parent reply other threads:[~2007-08-09 0:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-07 13:23 resumable git-clone? Nguyen Thai Ngoc Duy
2007-08-08 3:59 ` Shawn O. Pearce
2007-08-08 9:14 ` Johannes Schindelin
2007-08-08 19:09 ` Junio C Hamano
2007-08-08 19:35 ` Johannes Schindelin
2007-08-09 0:01 ` [PATCH] allow git-bundle to create bottomless bundle Junio C Hamano
2007-08-09 0:28 ` Johannes Schindelin [this message]
2007-08-09 2:48 ` Mark Levedahl
2007-08-09 5:04 ` Junio C Hamano
2007-08-09 12:32 ` Mark Levedahl
2007-08-08 11:20 ` resumable git-clone? Nguyen Thai Ngoc Duy
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=Pine.LNX.4.64.0708090127440.21857@racer.site \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=mdl123@verizon.net \
--cc=pclouds@gmail.com \
--cc=spearce@spearce.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).