aboutsummaryrefslogtreecommitdiffstats
path: root/commands/root.go
Commit message (Expand)AuthorAgeFilesLines
* cmds: only print once the errorMichael Muré2018-09-061-1/+0
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-13/+0
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-211-0/+9
* version 0.2.00.2.0Michael Muré2018-08-171-1/+1
* cleanup go importsMichael Muré2018-08-131-1/+2
* prepare a first versionMichael Muré2018-08-121-0/+2
* bash completion: thanks to @tst2005, make the completion works for "git bug <...Michael Muré2018-08-081-0/+6
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-061-2/+6
* termui: use the editor to create a new bugMichael Muré2018-07-311-1/+0
* use DisableAutoGenTag to not have to commit the documentation after each buildMichael Muré2018-07-201-0/+2
* generate markdown documentationMichael Muré2018-07-201-7/+6
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-0/+59