From mboxrd@z Thu Jan 1 00:00:00 1970 From: Duy Nguyen Subject: Re: [PATCH] git exproll: steps to tackle gc aggression Date: Sat, 10 Aug 2013 17:16:00 +0700 Message-ID: References: <7v61vgazp5.fsf@alter.siamese.dyndns.org> <7vwqnw7z47.fsf@alter.siamese.dyndns.org> <20130809110000.GD18878@sigill.intra.peff.net> <20130809221615.GA7160@sigill.intra.peff.net> <20130810094339.GB2518@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Jeff King , Junio C Hamano , Martin Fick , Git List To: Ramkumar Ramachandra X-From: git-owner@vger.kernel.org Sat Aug 10 12:16:56 2013 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 1V86EA-0003a5-W3 for gcvg-git-2@plane.gmane.org; Sat, 10 Aug 2013 12:16:55 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968542Ab3HJKQb (ORCPT ); Sat, 10 Aug 2013 06:16:31 -0400 Received: from mail-ob0-f177.google.com ([209.85.214.177]:42548 "EHLO mail-ob0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968537Ab3HJKQb (ORCPT ); Sat, 10 Aug 2013 06:16:31 -0400 Received: by mail-ob0-f177.google.com with SMTP id f8so6740827obp.8 for ; Sat, 10 Aug 2013 03:16:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=JfuY0yfThHwovVxHqqKZt9vBxpZuXkGcLtCpcbTjl1o=; b=dAwmhyy/D+12xPgDtffOLkgANjZSti1x+/wLpv6yNSxvs2HSCQu1FtyR2y4SDvxNrQ ApxnEyKnjw95HxlSchEZbTy5ZXcMlLT3p4ELrG7+gBkmyxtpamIQFzUEgsiHKdm4uku+ dhS++VhKDNiLrLsQQkNub4PXderD7Qf3XWQxDi0lS++uZTDvTR9/TI0hqnWZmBCq6SR6 tBeRwQzbK4/qt2emo0aooYnphWn+cHOaTDTVfg+IDr9GVK7boNm9DpSQiGX/bAN19yYk THIhFnx1bt7RPRbYnBq1Lp05kn1qVHhvE0ZRrylLhdmSmg6L2AdIo55Qx1HPeQQF5j53 z9vQ== X-Received: by 10.182.225.134 with SMTP id rk6mr3833623obc.40.1376129790612; Sat, 10 Aug 2013 03:16:30 -0700 (PDT) Received: by 10.182.87.105 with HTTP; Sat, 10 Aug 2013 03:16:00 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sat, Aug 10, 2013 at 5:05 PM, Ramkumar Ramachandra wrote: > Duy Nguyen wrote: >> Right. transport_get() is also run for push and it sets >> smart_options->thin = 1 unconditionally. > > So, it looks like smart http implies the thin capability. "smart_options" is a bit misleading. This applies to both smart http://, git:// and ssh:// > I think > sop's patch (6 years ago) was about turning off thin on dumb http No, dumb http walks through the remote repository object database, there's no temporary pack created for transferring data. Dumb http has nothing to do with this flag. -- Duy