aboutsummaryrefslogtreecommitdiffstats
path: root/git-bug.go
Commit message (Expand)AuthorAgeFilesLines
* misc: move all completions in a dedicated folderMichael Muré2022-05-311-1/+1
* generate docs and completion concurrently for a faster "make"Michael Muré2020-06-141-6/+2
* CLI: enable Fish completionMichael Muré2020-06-141-0/+1
* drop support of go 1.11 due to bad dep handling without mod supportMichael Muré2020-03-281-3/+0
* build: drop support for go 1.10Michael Muré2020-02-061-2/+2
* drop support for go 1.9Michael Muré2019-11-031-2/+2
* misc: generate PowerShell command completionMichael Muré2019-06-231-0/+1
* drop go 1.8 supportAmine Hilaly2019-04-091-2/+2
* add a check for the minimal go version (1.8)Michael Muré2018-12-231-1/+6
* webui: pack the files only on demandMichael Muré2018-08-061-1/+0
* upgrade the readmeMichael Muré2018-08-061-2/+2
* cleaningMichael Muré2018-07-271-1/+1
* generate zsh completionMichael Muré2018-07-201-0/+1
* add bash completion (only for "git-bug" for now ...)Michael Muré2018-07-201-0/+1
* generate manpagesMichael Muré2018-07-201-0/+1
* generate markdown documentationMichael Muré2018-07-201-0/+1
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-78/+2
* add the infrastructure for an embedded web UI + commandMichael Muré2018-07-161-0/+2
* fix buildMichael Muré2018-07-161-1/+1
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-1/+1
* rework how the usage help is handledMichael Muré2018-07-121-26/+34
* more experimentMichael Muré2018-07-121-2/+70
* hello worldMichael Muré2018-07-101-0/+7