aboutsummaryrefslogtreecommitdiffstats
path: root/commands/pull.go
Commit message (Expand)AuthorAgeFilesLines
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-20/+2
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-231-49/+6
* generate markdown documentationMichael Muré2018-07-201-1/+1
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-6/+10
* implement pull/mergeMichael Muré2018-07-171-1/+60
* fix buildMichael Muré2018-07-161-1/+0
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-4/+3
* add a "comment" commandMichael Muré2018-07-151-2/+2
* fix push/pullMichael Muré2018-07-131-1/+1
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-1/+2
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-7/+5
* more experimentMichael Muré2018-07-121-0/+33