aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-10-12 13:43:30 +0900
committerGitHub <noreply@github.com>2019-10-12 13:43:30 +0900
commit6a8a172ef0f3b2f8da945d48355e1fc073aca755 (patch)
tree402ee638bf97c995c478aa66fbd1e90a27782b7f /doc
parent17e0c03264f2f7a0344691da74688c2f03dfdfc3 (diff)
downloadgit-bug-6a8a172ef0f3b2f8da945d48355e1fc073aca755.tar.gz
Update model.md
Diffstat (limited to 'doc')
-rw-r--r--doc/model.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/model.md b/doc/model.md
index 03d9c65c..8d0bdde8 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.