aboutsummaryrefslogtreecommitdiffstats
path: root/commands/show.go
Commit message (Expand)AuthorAgeFilesLines
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
* github: also pull users emailMichael Muré2018-10-071-2/+2
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-181-12/+3
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-151-1/+1
* reorganize package for a more idomatic goMichael Muré2018-09-111-4/+4
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-3/+9
* cleanup go importsMichael Muré2018-08-131-1/+2
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-231-1/+1
* 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 label op+commandMichael Muré2018-07-181-2/+9
* crude implementation of showMichael Muré2018-07-171-0/+74