Am 25.09.2013 16:47, schrieb Stefan Näwe:
> Just a quick report since I don't have time to bisect now (will do later
> if no other gitster is faster...)

I'd marry 'git bisect' if I wasn't already... ;-)

This is what it gives me if I use my script (slightly modified to also run make)
with 'git bisect run':

6035d6aad8ca11954c0d7821f6f3e7c047039c8f is the first bad commit
commit 6035d6aad8ca11954c0d7821f6f3e7c047039c8f
Author: Nguyễn Thái Ngọc Duy <pclo...@gmail.com>
Date:   Sun May 26 08:16:15 2013 +0700

    fetch-pack: prepare updated shallow file before fetching the pack

    index-pack --strict looks up and follows parent commits. If shallow
    information is not ready by the time index-pack is run, index-pack may
    be led to non-existent objects. Make fetch-pack save shallow file to
    disk before invoking index-pack.

    git learns new global option --shallow-file to pass on the alternate
    shallow file path. Undocumented (and not even support --shallow-file=
    syntax) because it's unlikely to be used again elsewhere.

    Signed-off-by: Nguyễn Thái Ngọc Duy <pclo...@gmail.com>
    Signed-off-by: Junio C Hamano <gits...@pobox.com>

:100644 100644 67bd5091be0b34bfea075cd60281d22cf5b34768 
6e9c7cd9d5da7d24d4810b36039681f184325932 M      commit.h
:100644 100644 f156dd4fac30cda4e09c508b7091cdb8d96917e2 
6b5467c6dec9645f53d83cdad2467a158db622c0 M      fetch-pack.c
:100644 100644 1ada169d5cff3051effee33c6f9ba5b9be15b2e6 
88eef5a7cc6d36f6e17f4855945116dd6f1b0681 M      git.c
:100644 100644 6be915f38f1fe8dbe0a22c4cd8ae2569331f483f 
cbe2526d8c2b2643957eea2729a16269a7a74fab M      shallow.c
:040000 040000 5333beeb4db3fc37c37e5a4d03816c4750ce6b28 
3b0fb999b8655155cba24e2d09ebff29058d29d7 M      t
bisect run success


Stefan
-- 
----------------------------------------------------------------
/dev/random says: Answers: $1 * Correct answers: $5 * Dumb looks: Free! *
python -c "print 
'73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')"
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to