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 7AEE71F5AD for ; Thu, 9 Apr 2020 22:47:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726980AbgDIWrZ (ORCPT ); Thu, 9 Apr 2020 18:47:25 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:52668 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726897AbgDIWrZ (ORCPT ); Thu, 9 Apr 2020 18:47:25 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 5A92FC2A36; Thu, 9 Apr 2020 18:47:24 -0400 (EDT) (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=zD6Iz0Hp3szL8D6VnwiDFUDtdQQ=; b=jGIuNk aOrlDIY34qkPDiT0zRP7oaKGlO+7EHHDIBOIAd7S//XGxW/hWnjxZDhbMBM0fMVj E/OL9DqGR9vJl7duW5njCu9swuseRLPtXzLRSKZq6yToxJXFqF9GvUI+ey1qpAD6 4Nst3caxqtbLWU9Mk65rD+SwUX5bk2PLTKB6I= 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=lUx2JmDmjZVICyl3d8pHNgbCyRII/v93 QHgbQWhZTzVsZu6iRKehB/XhapSue48S/+Exh2aWYUBR5cikQLDyu66wrqacsbpY pe7gNhEbiBZApYb2OF2IWsjpwJ3R8dvQAtGYjvblPc1P74Y7iMeWggBxn9R0ewG1 s/aD3rzSmNw= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 52B4BC2A35; Thu, 9 Apr 2020 18:47:24 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 89DD9C2A34; Thu, 9 Apr 2020 18:47:21 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?Q?=C3=89rico?= Rolim Cc: git@vger.kernel.org Subject: Re: [BUG] segmentation fault in git-diff References: Date: Thu, 09 Apr 2020 15:47:19 -0700 In-Reply-To: (Junio C. Hamano's message of "Thu, 09 Apr 2020 15:45:04 -0700") 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: 12C48506-7AB4-11EA-B5D9-8D86F504CC47-77302942!pb-smtp21.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Junio C Hamano writes: > This is 'next' running for me: Scratch all that---sorry, but I did see the note about trailing slash, but somehow managed to forget adding it when I tried it.