public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox•com>
To: "brian m. carlson" <sandals@crustytoothpaste•net>
Cc: git@vger•kernel.org, "Jeff King" <peff@peff•net>,
	"Nguyễn Thái Ngọc Duy" <pclouds@gmail•com>,
	"Michael Haggerty" <mhagger@alum•mit.edu>
Subject: Re: [PATCH 0/8] object_id part 2
Date: Thu, 11 Jun 2015 13:00:04 -0700	[thread overview]
Message-ID: <xmqq4mmef22j.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <xmqqpp53gkmq.fsf@gitster.dls.corp.google.com> (Junio C. Hamano's message of "Wed, 10 Jun 2015 17:21:33 -0700")

Junio C Hamano <gitster@pobox•com> writes:

> "brian m. carlson" <sandals@crustytoothpaste•net> writes:
>
>> On Wed, Jun 10, 2015 at 11:51:14PM +0000, brian m. carlson wrote:
>>> On Wed, Jun 10, 2015 at 03:50:32PM -0700, Junio C Hamano wrote:
>>> > "brian m. carlson" <sandals@crustytoothpaste•net> writes:
>>> > >   Convert struct object to object_id
>>> > 
>>> > It seems that the last one didn't make it...
>>> 
>>> It appears the mail was too large for vger.  Unfortunately for
>>> bisectability reasons, it is necessarily large.  I'll resubmit the patch
>>> with less context.
>>
>> Unfortunately, the only patch I can generate that falls under to 100 KB
>> limit is with -U0, which isn't very useful.  How do you want to proceed?
>> The branch is available at [0], or I can send the -U0 patch, or I can
>> split it into unbisectable pieces.
>>
>> [0] https://github.com/bk2204/git.git object-id-part2
>
> No approach other than just letting reviewers fetch from there and
> taking a look is reasonable, I would think.

Fetched that branch, built and found out that it does not pass the
tests, at least these (there may be others I do not usually run that
are broken by this series; I dunno), so I'll discard what I fetched
for now X-<.

Test Summary Report
-------------------
t5540-http-push-webdav.sh  (Wstat: 256 Tests: 19 Failed: 12)
  Failed tests:  4-10, 12-15, 17
  Non-zero exit status: 1
t5539-fetch-http-shallow.sh (Wstat: 256 Tests: 3 Failed: 2)
  Failed tests:  2-3
  Non-zero exit status: 1
t5541-http-push-smart.sh   (Wstat: 256 Tests: 34 Failed: 27)
  Failed tests:  3-17, 22-29, 31-34
  Non-zero exit status: 1
t5551-http-fetch-smart.sh  (Wstat: 256 Tests: 26 Failed: 17)
  Failed tests:  4-14, 16, 19-20, 22, 24-25
  Non-zero exit status: 1
t5550-http-fetch-dumb.sh   (Wstat: 256 Tests: 29 Failed: 12)
  Failed tests:  3, 7-16, 19
  Non-zero exit status: 1

  parent reply	other threads:[~2015-06-11 20:00 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-09 16:28 [PATCH 0/8] object_id part 2 brian m. carlson
2015-06-09 16:28 ` [PATCH 1/8] refs: convert some internal functions to use object_id brian m. carlson
2015-06-09 16:28 ` [PATCH 2/8] sha1_file: introduce has_object_file helper brian m. carlson
2015-06-10  9:59   ` Duy Nguyen
2015-06-10 13:55     ` brian m. carlson
2015-06-09 16:28 ` [PATCH 3/8] Convert struct ref to use object_id brian m. carlson
2015-06-11 15:41   ` Michael Haggerty
2015-06-09 16:28 ` [PATCH 4/8] Add a utility function to make parsing hex values easier brian m. carlson
2015-06-11 16:09   ` Michael Haggerty
2015-06-09 16:28 ` [PATCH 5/8] add_sought_entry_mem: convert to struct object_id brian m. carlson
2015-06-09 16:28 ` [PATCH 6/8] parse_fetch: convert to use " brian m. carlson
2015-06-09 16:28 ` [PATCH 7/8] ref_newer: " brian m. carlson
2015-06-10 22:50 ` [PATCH 0/8] object_id part 2 Junio C Hamano
2015-06-10 23:51   ` brian m. carlson
2015-06-11  0:02     ` brian m. carlson
2015-06-11  0:21       ` Junio C Hamano
2015-06-11  3:31         ` brian m. carlson
2015-06-11 20:00         ` Junio C Hamano [this message]
2015-06-12 20:30           ` brian m. carlson
2015-06-12 22:14             ` Junio C Hamano
2015-06-12 22:27               ` brian m. carlson
2015-06-13  8:45                 ` Michael Haggerty
2015-06-13 15:28                   ` brian m. carlson

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=xmqq4mmef22j.fsf@gitster.dls.corp.google.com \
    --to=gitster@pobox$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    --cc=mhagger@alum$(echo .)mit.edu \
    --cc=pclouds@gmail$(echo .)com \
    --cc=peff@peff$(echo .)net \
    --cc=sandals@crustytoothpaste$(echo .)net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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