aboutsummaryrefslogtreecommitdiffstats
path: root/repository/git.go
Commit message (Expand)AuthorAgeFilesLines
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-8/+44
* git: fix fetch not workingMichael Muré2018-07-251-1/+1
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-231-6/+6
* implement pull/mergeMichael Muré2018-07-171-7/+43
* complete the storage/read process + tests (!)Michael Muré2018-07-141-5/+64
* implement AddCommentMichael Muré2018-07-131-6/+0
* fix push/pullMichael Muré2018-07-131-4/+16
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-737/+64
* add basic tests for Bug and OperationIteratorMichael Muré2018-07-131-2/+0
* move Hash in /util/Michael Muré2018-07-121-2/+3
* store user info in the datastoreMichael Muré2018-07-121-0/+11
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-15/+15
* more experimentMichael Muré2018-07-121-0/+838