From 17e0c03264f2f7a0344691da74688c2f03dfdfc3 Mon Sep 17 00:00:00 2001 From: hoijui Date: Fri, 11 Oct 2019 21:48:43 +0200 Subject: Model: reference git internals documentation --- doc/model.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit From 6a8a172ef0f3b2f8da945d48355e1fc073aca755 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 12 Oct 2019 13:43:30 +0900 Subject: Update model.md --- doc/model.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc') 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. -- cgit