aboutsummaryrefslogtreecommitdiffstats
path: root/bug/comment.go
Commit message (Collapse)AuthorAgeFilesLines
* all operations now have an author and a timestampMichael Muré2018-07-181-2/+2
|
* crude implementation of showMichael Muré2018-07-171-0/+6
|
* use a Unix timestamp (int64) for the time instead of golang's Time that ↵Michael Muré2018-07-141-3/+1
| | | | cause trouble for serialisation
* add time to commentsMichael Muré2018-07-141-0/+6
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-3/+0
|
* move Hash in /util/Michael Muré2018-07-121-0/+3
|
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-0/+6