From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-5.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 6355A1F858 for ; Thu, 28 Jul 2016 20:16:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757505AbcG1UQa (ORCPT ); Thu, 28 Jul 2016 16:16:30 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:51144 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751368AbcG1UQ2 (ORCPT ); Thu, 28 Jul 2016 16:16:28 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 361CB2F793; Thu, 28 Jul 2016 16:16:27 -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=hoPPUOOwZHymGOjCzwIiOoJgar4=; b=EAN26P bWoG8gPjbHx4wLN7RDRqnzF+j+9Ud54k5sIx67ri7PYgATshBx5DuaghN8yFOF4b fGKvvdbq1Xqq3gFywuhNJu0t1xU4RMm8VWdzUEJOCYe+tEiXGWRXBHYoLbk4cwd1 QEHdyDjwDWOtC7GaTTsIKADT/4nJeQLHkwicg= 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=KpAS1XGFzyYE+dVeJm7UR7qxMgelN+Db vvhXRY0Vh3wVNHWeoPkfbL2oWFYFvxRFiGHkoCAMbCBcsq4+R+N8I55PK6h+MJBk D3hJQP1QMBf4CaF+dyzXQczeUSYz3rQicCefMjNC2z0SaKLY991NVn41UJ9NV2Q4 caDjrH8thVw= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 289922F792; Thu, 28 Jul 2016 16:16:27 -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 96C222F791; Thu, 28 Jul 2016 16:16:26 -0400 (EDT) From: Junio C Hamano To: Eric Wong Cc: git@vger.kernel.org Subject: Re: [PATCH] git-svn: allow --version to work anywhere References: <20160720004734.GA19635@whir> <20160722204610.GA20896@whir> Date: Thu, 28 Jul 2016 13:16:24 -0700 In-Reply-To: <20160722204610.GA20896@whir> (Eric Wong's message of "Fri, 22 Jul 2016 20:46:10 +0000") 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: 29849912-5500-11E6-A545-89D312518317-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Eric Wong writes: > Repushed my master in case it's a convenient time to pull. > > The following changes since commit 29493589e97a2de0c4c1c314f61ccafaee3b5caf: > > archive-tar: huge offset and future timestamps would not work on 32-bit (2016-07-15 10:51:55 -0700) > > are available in the git repository at: > > git://bogomips.org/git-svn.git master > > for you to fetch changes up to c0071ae5dc1c610ab3791ece7ccf7d4772fde151: > > git-svn: allow --version to work anywhere (2016-07-22 20:38:11 +0000) Thanks, pulled.