From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id DE6B51FEAA for ; Fri, 17 Jun 2016 22:17:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755715AbcFQWRk (ORCPT ); Fri, 17 Jun 2016 18:17:40 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:57971 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752926AbcFQWRk (ORCPT ); Fri, 17 Jun 2016 18:17:40 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id D6BE62615A; Fri, 17 Jun 2016 18:17:38 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=CtHSRNR7Fs7+KUs/+o9m0PmzQWs=; b=K+7Y/a zZ4lTm8jhbX0ekHK1fRd7/ZinMbCFG50OQ15aRLqeCm+QUuUZwu1rsGjaAizlN9K d9N4N5J548b8nZuQczPEnFkz6z+btIz2Y/9/OU1GVxjYoLcoSDdpruG/w0NxE7v/ Xoa7RGxWvwYwAd3J9DvvWOSMNa2raZSSsDe2Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=gm3ivHkizW/zcHRo9qXm24SsgjTujitm UCVDMXmPolMBucX295UlKbJC50JJgRtYitZ7VOcJAhPHg0I/ECOV3LMhHArC/H8B BmNNKEsITfj6t4TBSCdWxlbH39Y6O5hWsLGv6JWBsLHUT/UX2Pjq3T2CJTRul0i1 50xTQGZurIs= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id CC79E26159; Fri, 17 Jun 2016 18:17:38 -0400 (EDT) Received: from pobox.com (unknown [104.132.0.95]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 4B8D426158; Fri, 17 Jun 2016 18:17:38 -0400 (EDT) From: Junio C Hamano To: Lars Schneider Cc: Git Mailing List , Luke Diamand , Michael Haggerty Subject: Re: What's cooking in git.git (Jun 2016, #05; Thu, 16) References: <1634E84E-5260-4F7B-A74F-AF5D3A7C0181@gmail.com> Date: Fri, 17 Jun 2016 15:17:36 -0700 In-Reply-To: <1634E84E-5260-4F7B-A74F-AF5D3A7C0181@gmail.com> (Lars Schneider's message of "Sat, 18 Jun 2016 00:05:52 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 4CE30BB0-34D9-11E6-9173-89D312518317-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Lars Schneider writes: >> On 17 Jun 2016, at 05:20, Junio C Hamano wrote: >> >> ... >> >> * mh/split-under-lock (2016-05-13) 33 commits >> (merged to 'next' on 2016-06-03 at 2e71330) >> + lock_ref_sha1_basic(): only handle REF_NODEREF mode >> + ... >> + t1404: demonstrate a bug resolving references >> (this branch is used by mh/ref-iterators, mh/ref-store and mh/update-ref-errors.) >> >> Further preparatory work on the refs API before the pluggable >> backend series can land. >> >> Will merge to 'master'. > > This topic seems break two git-p4 tests (t9801 and t9803) on next: > https://travis-ci.org/git/git/jobs/137333785 > > According to git bisect the commit "ref_transaction_update(): > check refname_is_safe() at a minimum" (3da1f3) introduces the problem: > https://s3.amazonaws.com/archive.travis-ci.org/jobs/138457628/log.txt > (scroll all the way down to see the bisecting) Thanks. Let's hold it and all of its dependents to see what is going on.