summaryrefslogtreecommitdiffstats
path: root/docs/manifest-format.md
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-09-06 14:42:47 -0400
committerMike Frysinger <vapier@google.com>2020-09-08 17:00:06 +0000
commit4e1fc1013c9203d3f5e7bdfba909d175a522c1f3 (patch)
treed15174fed0c8ad157a4deba18a20d657d11d6b9b /docs/manifest-format.md
parent4b325813fc0ba3f6525a9bacb4daf78fccccc3f6 (diff)
downloadgit-repo-4e1fc1013c9203d3f5e7bdfba909d175a522c1f3.tar.gz
manifest: drop support for local_manifest.xml
We deprecated this 8 years ago. Time to drop it to simplify the code as it'll help with refactoring in this module to not migrate it. Change-Id: I2deae5496d1f66a4491408fcdc95cd527062f8b6 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/280798 Tested-by: Mike Frysinger <vapier@google.com> Reviewed-by: Michael Mortensen <mmortensen@google.com>
Diffstat (limited to 'docs/manifest-format.md')
-rw-r--r--docs/manifest-format.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md
index b439dcb7..676e031d 100644
--- a/docs/manifest-format.md
+++ b/docs/manifest-format.md
@@ -396,10 +396,4 @@ these extra projects.
396Manifest files stored in `$TOP_DIR/.repo/local_manifests/*.xml` will 396Manifest files stored in `$TOP_DIR/.repo/local_manifests/*.xml` will
397be loaded in alphabetical order. 397be loaded in alphabetical order.
398 398
399Additional remotes and projects may also be added through a local 399The legacy `$TOP_DIR/.repo/local_manifest.xml` path is no longer supported.
400manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. This method
401is deprecated in favor of using multiple manifest files as mentioned
402above.
403
404If `$TOP_DIR/.repo/local_manifest.xml` exists, it will be loaded before
405any manifest files stored in `$TOP_DIR/.repo/local_manifests/*.xml`.