aboutsummaryrefslogtreecommitdiffstats
path: root/input
Commit message (Collapse)AuthorAgeFilesLines
* Make addCommentWithEditor accept a preMessageLuke Adams2018-10-041-3/+4
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-6/+6
|
* docs & cleaningMichael Muré2018-09-161-1/+3
|
* input: better help text for the query languageMichael Muré2018-09-151-0/+21
|
* termui: allow to change the bug queryMichael Muré2018-09-111-0/+32
|
* cleanup go importsMichael Muré2018-08-131-2/+3
|
* fix some linting troubleMichael Muré2018-08-131-7/+19
|
* termui: add the previous title in the template when editingMichael Muré2018-08-081-3/+4
|
* termui: implement addComment and setTitleMichael Muré2018-08-021-0/+35
|
* replace strings.Builder with a bytes.Buffer to support go 1.9Michael Muré2018-08-011-8/+8
|
* termui: use the editor to create a new bugMichael Muré2018-07-311-4/+6
|
* cli: rework new and comment command to better use the editorMichael Muré2018-07-311-0/+205
a nice templace is now provided with explanations new: title and message can now be provided from the editor. Title will be the first non-empty line