From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id E7EEE1F466 for ; Tue, 4 Feb 2020 23:44:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727563AbgBDXoJ (ORCPT ); Tue, 4 Feb 2020 18:44:09 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:58872 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727461AbgBDXoI (ORCPT ); Tue, 4 Feb 2020 18:44:08 -0500 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 833B853AE4; Tue, 4 Feb 2020 18:44:06 -0500 (EST) (envelope-from junio@pobox.com) 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=RVJFhn512vKoNVsXWOyIjE6rxnc=; b=O7M438 pI2ssaaWdahuVqnqpnZYFoMJGdA0UONDIj8ufMNPbaLnFcNd20MO5QetycEULpHn aiSU6zCEPZJzNfgsV8pos8+TsFGM4rbDWEWTGzrerIaPXrtXSZ6HeiTI67Mp3guS Ts+kKQzdmdwvq0nUbVOJfYJUm4VzeVBkMnjzE= 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=EcpGXf7fLyVreJv+oc9TPWAtYQhQAux/ U68/TVrE6stIDgRXRG6A1q07tdDM3iRc1oVZRp/QqmNFzN7Ap5Rw/2cIXuYdGOrp CQmhfjcD1QxmfJ/D3Fi2fCkjHQU+LZsnP9bM75LSncLp/FJo3yFPu7ouiJrzA1S4 WQ12kNd3/6g= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 5F0F653AE3; Tue, 4 Feb 2020 18:44:06 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.80.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 8594253AE2; Tue, 4 Feb 2020 18:44:05 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Taylor Blau Cc: git@vger.kernel.org, peff@peff.net, dstolee@microsoft.com Subject: Re: [PATCH 0/3] builtin/commit-graph.c: new split/merge options References: Date: Tue, 04 Feb 2020 15:44:04 -0800 In-Reply-To: (Taylor Blau's message of "Thu, 30 Jan 2020 16:28:14 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 3AD9DDD2-47A8-11EA-8A9F-D1361DBA3BAF-77302942!pb-smtp2.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org As the topoic this depends on has been updated, I tried to rebase this on top, but I am seeing segfaults in tests. We'd probably need a fresh round of this one to replace it. Thanks.