Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue 178: fetch the repo dir with rev-parse --git-dir | Sebastien Devaux | 2019-08-24 | 1 | -3/+3 |
| | | | | | Since is returns the .git dir directly, it is not more needed to concatenate .git. | ||||
* | Made requested changes | Sladyn | 2019-03-02 | 1 | -0/+1 |
| | | | | Made changes to the doc files and remaining areas which required updation. | ||||
* | commands: unify the processing from editor/file/stdin for "add" and "comment ↵ | Michael Muré | 2018-10-17 | 1 | -2/+32 |
| | | | | | | add" fix #68 | ||||
* | Make addCommentWithEditor accept a preMessage | Luke Adams | 2018-10-04 | 1 | -3/+4 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -6/+6 |
| | |||||
* | docs & cleaning | Michael Muré | 2018-09-16 | 1 | -1/+3 |
| | |||||
* | input: better help text for the query language | Michael Muré | 2018-09-15 | 1 | -0/+21 |
| | |||||
* | termui: allow to change the bug query | Michael Muré | 2018-09-11 | 1 | -0/+32 |
| | |||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -2/+3 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -7/+19 |
| | |||||
* | termui: add the previous title in the template when editing | Michael Muré | 2018-08-08 | 1 | -3/+4 |
| | |||||
* | termui: implement addComment and setTitle | Michael Muré | 2018-08-02 | 1 | -0/+35 |
| | |||||
* | replace strings.Builder with a bytes.Buffer to support go 1.9 | Michael Muré | 2018-08-01 | 1 | -8/+8 |
| | |||||
* | termui: use the editor to create a new bug | Michael Muré | 2018-07-31 | 1 | -4/+6 |
| | |||||
* | cli: rework new and comment command to better use the editor | Michael Muré | 2018-07-31 | 1 | -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 |