From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neal Kreitzinger Subject: Re: how to determine oldest supported version of git Date: Fri, 03 Feb 2012 14:19:41 -0600 Message-ID: <4F2C415D.4000309@gmail.com> References: <7v8vkktt6y.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Neal Kreitzinger , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Fri Feb 03 21:20:00 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RtPbu-0007gc-Lz for gcvg-git-2@plane.gmane.org; Fri, 03 Feb 2012 21:19:55 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756673Ab2BCUTq (ORCPT ); Fri, 3 Feb 2012 15:19:46 -0500 Received: from mail-tul01m020-f174.google.com ([209.85.214.174]:37369 "EHLO mail-tul01m020-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756176Ab2BCUTp (ORCPT ); Fri, 3 Feb 2012 15:19:45 -0500 Received: by obcva7 with SMTP id va7so4680005obc.19 for ; Fri, 03 Feb 2012 12:19:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:newsgroups:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=U3Dod3JcLoLRaP+YnD1XlWtout6WDNHC7eFGleFzl/o=; b=Cj29YL2qbSt8AqVpgSqBRfcO5f0X2txeuwlV850u+leE+Dqw8pvrRpwT+LTx5tWPpo 3EhG+CbymERjQ3AQNFiTO/nlhSvPa5TS5YHCzhVIKGilP5BOIEAoRs8+u6C0UWoNpO3d TtYon9TiqBRTZzCPLY+Ziuk8VBWgB6Kl5ij5E= Received: by 10.182.47.37 with SMTP id a5mr1512249obn.41.1328300384557; Fri, 03 Feb 2012 12:19:44 -0800 (PST) Received: from [172.25.2.210] ([67.63.162.200]) by mx.google.com with ESMTPS id q9sm8244179obk.4.2012.02.03.12.19.43 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Feb 2012 12:19:44 -0800 (PST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.26) Gecko/20120129 Thunderbird/3.1.18 Newsgroups: gmane.comp.version-control.git In-Reply-To: <7v8vkktt6y.fsf@alter.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 2/2/2012 10:52 PM, Junio C Hamano wrote: > As other people mentioned, if you are on a (probably paid) support plan > from a(n enterprise) distro, asking them would be the best way, and if you > are running Git supplied as part of a distro, the distro would dictate the > version it supplies to you, so asking here would not help very much. We compile our git from you (and your cohort). (Our paid distro does not keep up.) Your replies have been *very* helpful. thanks! v/r, neal