doc  about / heads / tags
Unnamed repository
   commit 8a13ba58622729836817f8697662c86fa84c8197 (root commit)
     tree 89cca67825bce2e5b686736dd55e0f3e58a409b4
   author Alyssa Ross <hi@alyssa.is>  2020-01-07 16:38:05 +0000
committer Alyssa Ross <hi@alyssa.is>  2020-01-07 16:50:57 +0000

Initial commit

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