diff --git a/doc/model.md b/doc/model.md index 03d9c65c4b929d38954a35bf13db26eb711364ba..8d0bdde87206aba910f270cabf934bc5e4f1a12a 100644 --- a/doc/model.md +++ b/doc/model.md @@ -1,8 +1,6 @@ # 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. +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.