summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJashank Jeremy <jashank@rulingia.com.au>2020-12-12 20:50:22 +1100
committerMike Frysinger <vapier@google.com>2020-12-13 03:25:36 +0000
commit974774761c5d11378b987d6f195bd057b81dba47 (patch)
tree7051276b695d86a525a6f3eb02dd466a1f38d9bd
parentdc60e54d361863aa50440b2f4fd6d29dc51794b4 (diff)
downloadgit-repo-974774761c5d11378b987d6f195bd057b81dba47.tar.gz
docs: Add Markdown inline code marker around inline XML example.
Presently, this tag is not rendered --- by Gitiles, at least --- which makes the example very confusing indeed. Signed-off-by: Jashank Jeremy <jashank@rulingia.com.au> Change-Id: Ia76a60d8ee0ecce8ceb32661afbd48f3b2d80fbf Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/291362 Reviewed-by: Mike Frysinger <vapier@google.com> Tested-by: Jashank Jeremy <jashank.jeremy@gmail.com>
-rw-r--r--docs/manifest-format.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md
index 0201c88b..ca385ba3 100644
--- a/docs/manifest-format.md
+++ b/docs/manifest-format.md
@@ -267,7 +267,7 @@ Attribute `groups`: List of groups to which this project belongs,
267whitespace or comma separated. All projects belong to the group 267whitespace or comma separated. All projects belong to the group
268"all", and each project automatically belongs to a group of 268"all", and each project automatically belongs to a group of
269its name:`name` and path:`path`. E.g. for 269its name:`name` and path:`path`. E.g. for
270<project name="monkeys" path="barrel-of"/>, that project 270`<project name="monkeys" path="barrel-of"/>`, that project
271definition is implicitly in the following manifest groups: 271definition is implicitly in the following manifest groups:
272default, name:monkeys, and path:barrel-of. If you place a project in the 272default, name:monkeys, and path:barrel-of. If you place a project in the
273group "notdefault", it will not be automatically downloaded by repo. 273group "notdefault", it will not be automatically downloaded by repo.