From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Matthias Kestenholz" Subject: Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins Date: Fri, 29 Aug 2008 10:27:08 +0200 Message-ID: <1f6632e50808290127x2ec1ee6am90639b35aba5b764@mail.gmail.com> References: <20080828090421.GQ10360@machine.or.cz> <20080828195211.GA3545@mithlond.arda.local> <4B9831F7-3CB8-49CB-A1DB-111481A271FE@cs.indiana.edu> <20080828212346.GA27867@coredump.intra.peff.net> <1C144B19-DA21-4CB4-B872-C1F154B031CF@cs.indiana.edu> <20080828215907.GE27867@coredump.intra.peff.net> <3DE083DB-ADFF-45E7-B3EB-A76985941271@cs.indiana.edu> <20080828230401.GC29609@coredump.intra.peff.net> <48B7AA67.4040400@op5.se> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "Andreas Ericsson" , "Jeff King" , "Perry Wagle" , "Teemu Likonen" , "Linus Torvalds" , "Petr Baudis" , "Kristian H??gsberg" , "Steven Rostedt" , "Ulrich Windl" , "Andi Kleen" , "Johannes Schindelin" , "Junio C Hamano" , "David Woodhouse" , git@vger.kernel.org To: "Matthieu Moy" X-From: git-owner@vger.kernel.org Fri Aug 29 10:28:24 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KYzL5-0005KU-TR for gcvg-git-2@gmane.org; Fri, 29 Aug 2008 10:28:16 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753093AbYH2I1M (ORCPT ); Fri, 29 Aug 2008 04:27:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752646AbYH2I1K (ORCPT ); Fri, 29 Aug 2008 04:27:10 -0400 Received: from rv-out-0506.google.com ([209.85.198.230]:13268 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752335AbYH2I1J (ORCPT ); Fri, 29 Aug 2008 04:27:09 -0400 Received: by rv-out-0506.google.com with SMTP id k40so778387rvb.1 for ; Fri, 29 Aug 2008 01:27:08 -0700 (PDT) Received: by 10.141.43.5 with SMTP id v5mr1323462rvj.216.1219998428695; Fri, 29 Aug 2008 01:27:08 -0700 (PDT) Received: by 10.141.205.15 with HTTP; Fri, 29 Aug 2008 01:27:08 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: f14c42936ee6892c Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Aug 29, 2008 at 10:05 AM, Matthieu Moy wrote: > Andreas Ericsson writes: > >> There's one, actually. The default pack-index version is increased now, >> so really, really old clients (pre-1.4.5) won't be able to understand >> the packs generated by default by a new server. > > AAUI, the pack itself is sent over the network, but the index is > generated locally when receiving the pack, so this shouldn't be a > problem. > If you use the git or ssh protocol, then yes. If you use dumb protocols such as HTTP or rsync, no. Matthias