diff options
author | Michael Muré <batolettre@gmail.com> | 2022-06-25 12:49:50 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2022-06-25 12:49:50 +0200 |
commit | 2ade8fb1d570ddcb4aedc9386af46d208b129daa (patch) | |
tree | a6a7b12aee4473dd644b8597598c213f5d1489fa | |
parent | c6be0588717727c0c396ca1de3a06af82e334326 (diff) | |
download | git-bug-2ade8fb1d570ddcb4aedc9386af46d208b129daa.tar.gz |
doc: more tiny fixes
-rw-r--r-- | doc/model.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/model.md b/doc/model.md index 94ff6192..266aa3ed 100644 --- a/doc/model.md +++ b/doc/model.md @@ -1,5 +1,5 @@ -Entities data model -=================== +git-bug's reusable entity data model +==================================== This document explains how git-bug's reusable distributed data structure in git is working. This data structure is capable of: - storing an entity (bug, pull-request, config...) and its complete history in git |