aboutsummaryrefslogtreecommitdiffstats
path: root/operations/create.go
Commit message (Collapse)AuthorAgeFilesLines
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-90/+0
|
* cache: add raw edit functions to allow setting up the author, the timestamp ↵Michael Muré2018-09-251-6/+6
| | | | and the metadatas
* bug: add the ability to store arbitrary metadata on an operationMichael Muré2018-09-241-1/+1
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-0/+33
|
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-121-6/+6
| | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice
* reorganize package for a more idomatic goMichael Muré2018-09-111-0/+57