aboutsummaryrefslogtreecommitdiffstats
path: root/commands/new.go
Commit message (Expand)AuthorAgeFilesLines
* implement pull/mergeMichael Muré2018-07-171-0/+3
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-6/+4
* add a "comment" commandMichael Muré2018-07-151-3/+2
* complete the storage/read process + tests (!)Michael Muré2018-07-141-2/+3
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-1/+1
* create the Bug structureMichael Muré2018-07-131-13/+10
* create the Snapshot type for a compiled bug operation logMichael Muré2018-07-121-1/+1
* store user info in the datastoreMichael Muré2018-07-121-0/+2
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-0/+75