From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 628C4138A1A for ; Sat, 17 Jan 2015 22:04:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85D79E09CC; Sat, 17 Jan 2015 22:04:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F002CE09C9 for ; Sat, 17 Jan 2015 22:04:42 +0000 (UTC) Received: from [192.168.0.13] (ip174-67-205-96.oc.oc.cox.net [174.67.205.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id E3EC0340723; Sat, 17 Jan 2015 22:04:41 +0000 (UTC) Message-ID: <54BADC78.7030305@gentoo.org> Date: Sat, 17 Jan 2015 14:04:40 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org CC: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Subject: Re: [gentoo-portage-dev] [PATCH] sync: support sync-clone-depth for DVCS-es (git --depth) References: <1421495899-2473-1-git-send-email-mgorny@gentoo.org> In-Reply-To: <1421495899-2473-1-git-send-email-mgorny@gentoo.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 31c1f0d8-69d4-4795-b8a0-8a59bdfecad4 X-Archives-Hash: 12bdb4d7a849a20db79498badef362dd On 01/17/2015 03:58 AM, Michał Górny wrote: > Support sync-clone-depth with the default set to 1. This allows the user > to reduce the number of historical commits fetched along with the > repository (git --depth). > --- > man/portage.5 | 4 ++++ > pym/portage/repository/config.py | 19 ++++++++++++++++++- > pym/portage/sync/modules/git/git.py | 6 +++++- > 3 files changed, 27 insertions(+), 2 deletions(-) LGTM. -- Thanks, Zac