summaryrefslogtreecommitdiffstats
path: root/docs/manifest-format.txt
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2011-09-22 17:44:31 -0700
committerShawn O. Pearce <sop@google.com>2011-09-22 18:08:27 -0700
commit6392c879454bd4fa0e770195ee8424e383d17df2 (patch)
treebfbfedb0a1d7f3fbe648deaf09e570ba347feeb0 /docs/manifest-format.txt
parent97d2b2f7a087bfc695536ae9be962406d82152f2 (diff)
downloadgit-repo-6392c879454bd4fa0e770195ee8424e383d17df2.tar.gz
sync: Allow -j to have a default in manifestv1.7.6
This permits manifest authors to suggest a number of parallel fetch operations against a remote server. For example, Gerrit Code Review servers support queuing of requests and processes them in first-in, first-out order. Running concurrent fetches can utilize multiple CPUs on the Gerrit server, but will also decrease overall operation latency by having the request put into the queue ready to execute as soon as a CPU is free. Change-Id: I3d3904acb6f63516bae4b071c510ad57a2afab18 Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to 'docs/manifest-format.txt')
-rw-r--r--docs/manifest-format.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt
index c76df801..21f19db6 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -38,6 +38,7 @@ following DTD:
38 <!ELEMENT default (EMPTY)> 38 <!ELEMENT default (EMPTY)>
39 <!ATTLIST default remote IDREF #IMPLIED> 39 <!ATTLIST default remote IDREF #IMPLIED>
40 <!ATTLIST default revision CDATA #IMPLIED> 40 <!ATTLIST default revision CDATA #IMPLIED>
41 <!ATTLIST default sync-j CDATA #IMPLIED>
41 42
42 <!ELEMENT manifest-server (EMPTY)> 43 <!ELEMENT manifest-server (EMPTY)>
43 <!ATTLIST url CDATA #REQUIRED> 44 <!ATTLIST url CDATA #REQUIRED>