diff options
author | hoijui <hoijui.quaero@gmail.com> | 2019-10-11 21:48:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-11 21:48:43 +0200 |
commit | 17e0c03264f2f7a0344691da74688c2f03dfdfc3 (patch) | |
tree | 14520cc238dfd815aa5826962a451afd172a148a /doc | |
parent | f8121e59ae5b91585d11d30607cdf793e17809a7 (diff) | |
download | git-bug-17e0c03264f2f7a0344691da74688c2f03dfdfc3.tar.gz |
Model: reference git internals documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/model.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/model.md b/doc/model.md index 15114586..03d9c65c 100644 --- a/doc/model.md +++ b/doc/model.md @@ -1,5 +1,9 @@ # 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 |