diff --git a/doc/model.md b/doc/model.md index 79c6980efd332828ec9f592d21949060390f0fa2..ad5e6ce93400830b06382f5902a802bdf9958d5e 100644 --- a/doc/model.md +++ b/doc/model.md @@ -1,5 +1,7 @@ # Data model +If you are not familiar with [git internals](https://git-scm.com/book/en/v1/Git-Internals), you might first want to read about them, as the `git-bug` data model is built on top of them. + The biggest problem when creating a distributed bug tracker is that there is no central authoritative server (doh!). This implies some constraints. ## Anybody can create and edit bugs at the same time as you