From 037527cdea703840f4108b7a909ba2775a19a756 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 17 Jan 2015 12:49:19 +0100 Subject: sync: support sync-depth for DVCS-es (git --depth) Support sync-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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man/portage.5') diff --git a/man/portage.5 b/man/portage.5 index f0b0e20fb..5d0e7c0a9 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -1,4 +1,4 @@ -.TH "PORTAGE" "5" "Jan 2015" "Portage VERSION" "Portage" +TH "PORTAGE" "5" "Jan 2015" "Portage VERSION" "Portage" .SH NAME portage \- the heart of Gentoo .SH "DESCRIPTION" @@ -906,6 +906,10 @@ Specifies priority of given repository. .B sync\-cvs\-repo Specifies CVS repository. .TP +.B sync\-depth +Specifies clone depth to use for DVCS repositories. Defaults to 1 (only +the newest commit). If set to 0, the depth is unlimited. +.TP .B sync\-type Specifies type of synchronization performed by `emerge \-\-sync`. .br -- cgit v1.2.3-65-gdbad