summaryrefslogtreecommitdiffstatshomepage
path: root/git-bug.go
Commit message (Expand)AuthorAge
* misc: move all completions in a dedicated folderMichael Muré2022-05-31
* generate docs and completion concurrently for a faster "make"Michael Muré2020-06-14
* CLI: enable Fish completionMichael Muré2020-06-14
* drop support of go 1.11 due to bad dep handling without mod supportMichael Muré2020-03-28
* build: drop support for go 1.10Michael Muré2020-02-06
* drop support for go 1.9Michael Muré2019-11-03
* misc: generate PowerShell command completionMichael Muré2019-06-23
* drop go 1.8 supportAmine Hilaly2019-04-09
* add a check for the minimal go version (1.8)Michael Muré2018-12-23
* webui: pack the files only on demandMichael Muré2018-08-06
* upgrade the readmeMichael Muré2018-08-06
* cleaningMichael Muré2018-07-27
* generate zsh completionMichael Muré2018-07-20
* add bash completion (only for "git-bug" for now ...)Michael Muré2018-07-20
* generate manpagesMichael Muré2018-07-20
* generate markdown documentationMichael Muré2018-07-20
* rework all the commands to use cobra as a parserMichael Muré2018-07-19
* add the infrastructure for an embedded web UI + commandMichael Muré2018-07-16
* fix buildMichael Muré2018-07-16
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-13
* rework how the usage help is handledMichael Muré2018-07-12
* more experimentMichael Muré2018-07-12
* hello worldMichael Muré2018-07-10