aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-17 12:49:19 +0100
committerMichał Górny <mgorny@gentoo.org>2015-01-18 19:04:25 +0100
commit037527cdea703840f4108b7a909ba2775a19a756 (patch)
tree1b993d048f8ecab8558b4837c245c9cc9fe1bd18 /man/portage.5
parentcompression_probe: support lz4, lzip, lzop (diff)
downloadportage-037527cdea703840f4108b7a909ba2775a19a756.tar.gz
portage-037527cdea703840f4108b7a909ba2775a19a756.tar.bz2
portage-037527cdea703840f4108b7a909ba2775a19a756.zip
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).
Diffstat (limited to 'man/portage.5')
-rw-r--r--man/portage.56
1 files changed, 5 insertions, 1 deletions
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