diff options
author | Michael Muré <batolettre@gmail.com> | 2020-07-15 11:57:42 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-07-15 11:57:42 +0200 |
commit | c448cf8cd3c03e71f2ea40d2aac68f77b963f993 (patch) | |
tree | 9e3f11bf357962f5154b594edd01b547eb42edbd /doc/model.md | |
parent | 91f07d4753509054fbc8af14dd46b062c2138395 (diff) | |
download | git-bug-c448cf8cd3c03e71f2ea40d2aac68f77b963f993.tar.gz |
typos and minor readme fix
Diffstat (limited to 'doc/model.md')
-rw-r--r-- | doc/model.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/model.md b/doc/model.md index c6d12bf5..c4252e6c 100644 --- a/doc/model.md +++ b/doc/model.md @@ -73,7 +73,7 @@ Now that we have this, we can easily merge our bugs without conflict. When pulli ## You can't have a simple consecutive index for your bugs -The same way git can't have a simple counter as identifier for it's commits as SVN does, we can't have consecutive identifiers for bugs. +The same way git can't have a simple counter as identifier for its commits as SVN does, we can't have consecutive identifiers for bugs. `git-bug` uses as identifier the hash of the first commit in the chain of commits of the bug. As this hash is ultimately computed with the content of the `CREATE` operation that includes title, message and a timestamp, it will be unique and prevent collision. |