summaryrefslogtreecommitdiffstats
path: root/docs/manifest-format.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manifest-format.txt')
-rw-r--r--docs/manifest-format.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt
index 9589352e..20ab9eb0 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -249,7 +249,13 @@ Users may add projects to the local manifest(s) prior to a `repo sync`
249invocation, instructing repo to automatically download and manage 249invocation, instructing repo to automatically download and manage
250these extra projects. 250these extra projects.
251 251
252Manifest files stored in `$TOP_DIR/.repo/local_manifests/*.xml` will
253be loaded in alphabetical order.
254
252Additional remotes and projects may also be added through a local 255Additional remotes and projects may also be added through a local
253manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. This method 256manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. This method
254is deprecated in favor of using multiple manifest files as mentioned 257is deprecated in favor of using multiple manifest files as mentioned
255above. 258above.
259
260If `$TOP_DIR/.repo/local_manifest.xml` exists, it will be loaded before
261any manifest files stored in `$TOP_DIR/.repo/local_manifests/*.xml`.