Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] sync: support sync-clone-depth for DVCS-es (git --depth)
Date: Sat, 17 Jan 2015 22:04:47
Message-Id: 54BADC78.7030305@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] sync: support sync-clone-depth for DVCS-es (git --depth) by "Michał Górny"
1 On 01/17/2015 03:58 AM, Michał Górny wrote:
2 > Support sync-clone-depth with the default set to 1. This allows the user
3 > to reduce the number of historical commits fetched along with the
4 > repository (git --depth).
5 > ---
6 > man/portage.5 | 4 ++++
7 > pym/portage/repository/config.py | 19 ++++++++++++++++++-
8 > pym/portage/sync/modules/git/git.py | 6 +++++-
9 > 3 files changed, 27 insertions(+), 2 deletions(-)
10
11 LGTM.
12 --
13 Thanks,
14 Zac