commit a9e30e88292dbe19b4e3bce84b07fd028636bf70 (patch)
parent 7146462 Fix adhd URL
tree 8074e4b8c607abd1fad091d8f986e49340d0b90a
author Cole Helbling <cole.e.helbling@outlook.com> 2020-05-08 23:22:42 +0000
committer Alyssa Ross <hi@alyssa.is> 2020-05-08 23:22:42 +0000
Add crosvm URL in tree example
---
developer-manual.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/developer-manual.adoc b/developer-manual.adoc
index 78384f4..06f8dc1 100644
--- a/developer-manual.adoc
+++ b/developer-manual.adoc
@@ -127,7 +127,7 @@ chromiumos/
│ └── external/
│ └── minijail/ (git clone https://android.googlesource.com/platform/external/minijail)
├── platform/
-│ └── crosvm/
+│ └── crosvm/ (git clone https://spectrum-os.org/git/crosvm)
└── third_party/
└── adhd/ (git clone https://chromium.googlesource.com/chromiumos/third_party/adhd)
----
glossary
--------
Commit objects reference one tree, and zero or more parents.
Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.
Multiple parents means the commit is a merge.
Root commits have no ancestor. Note that it is
possible to have multiple root commits when merging independent histories.
Every commit references one top-level tree object.
git clone https://inbox.spectrum-os.org/doc