diff options
author | Michael Muré <batolettre@gmail.com> | 2019-04-18 14:14:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-18 14:14:37 +0200 |
commit | ae7cf0b9d9b767bd0801a810d91b454e60c358d8 (patch) | |
tree | 0bfcb3d31d9a91b69bd1b73e1b0e915d48e8ca1f /doc/architecture.md | |
parent | cc3a21acb67a9e0c06adacc78ba0bb44009f2c41 (diff) | |
download | git-bug-ae7cf0b9d9b767bd0801a810d91b454e60c358d8.tar.gz |
Update architecture.md
Diffstat (limited to 'doc/architecture.md')
-rw-r--r-- | doc/architecture.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/architecture.md b/doc/architecture.md index a06d7718..5d1b2194 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -14,13 +14,12 @@ This documentation only provide a bird-eye view of git-bug's internals. For more | .----------------------------------------------------------. | | | cache | | | |----------------------------------------------------------| | - | | BugCache,BugExcerpt,IdentityCache,IdentityExcerpt | | - | | | | + | | BugCache,BugExcerpt,IdentityCache,IdentityExcerpt | | | '----------------------------------------------------------' | | .-----------------------------..---------------------------. | | | bug || identity | | | |-----------------------------||---------------------------| | - | | Bug,Operation,Snapshot || Identity,Version | | + | | Bug,Operation,Snapshot || Identity,Version | | | '-----------------------------''---------------------------' | | .----------------------------------------------------------. | v | repository | v |