Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: add a "deselect" command to deselect a previously selected bug | Michael Muré | 2018-09-26 | 4 | -1/+78 |
| | |||||
* | commands: add "bridge pull" | Michael Muré | 2018-09-24 | 4 | -1/+53 |
| | |||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 4 | -1/+53 |
| | |||||
* | commands: add the "bridge" and "bridge configure" commands | Michael Muré | 2018-09-24 | 8 | -1/+156 |
| | |||||
* | commands: add a "ls-labels" command that output valid labels | Michael Muré | 2018-09-21 | 4 | -1/+58 |
| | |||||
* | commands: description cleanup | Michael Muré | 2018-09-21 | 31 | -73/+73 |
| | |||||
* | commands: ls now accept queries without quote | Michael Muré | 2018-09-19 | 2 | -2/+2 |
| | |||||
* | commands: convert compatible commands to the implicit select mechanism | Michael Muré | 2018-09-18 | 24 | -24/+24 |
| | |||||
* | commands: add a "select" command to select a bug for future implicit use | Michael Muré | 2018-09-18 | 7 | -100/+76 |
| | |||||
* | commands: add a "label rm" command to remove labels from a bug | Michael Muré | 2018-09-17 | 4 | -1/+53 |
| | |||||
* | commands: add a "label add" command to add new label to a bug | Michael Muré | 2018-09-17 | 4 | -1/+53 |
| | |||||
* | commands: make "label" display the current labels | Michael Muré | 2018-09-17 | 3 | -13/+8 |
| | |||||
* | commands: migrate the open/close commands under the "status" command | Michael Muré | 2018-09-16 | 8 | -4/+106 |
| | |||||
* | commands: add a "status" command to show a bug status | Michael Muré | 2018-09-16 | 4 | -1/+53 |
| | |||||
* | commands: add a title edit command | Michael Muré | 2018-09-16 | 5 | -6/+63 |
| | |||||
* | commands: add a title command to display a bug's title | Michael Muré | 2018-09-16 | 4 | -1/+53 |
| | |||||
* | commands: add `git bug comment add` to add a comment | Michael Muré | 2018-09-15 | 8 | -8/+126 |
| | |||||
* | ls: support expressing a query with flags as well | Michael Muré | 2018-09-10 | 13 | -38/+100 |
| | |||||
* | Cleanup queries.md (#41) | Jed Fox | 2018-09-10 | 1 | -15/+12 |
| | | | | | | | | | | * Improve grammar * Improve clock-vs-timestamp message * Fix whitespace * Add some explanations * Move the clock-vs-timestamp message to the top of the sorting section * Clarify wording more * Fix my misconception | ||||
* | doc: document the query DSL | Michael Muré | 2018-09-09 | 1 | -0/+85 |
| | |||||
* | ls: accept a query to sort and filter the list | Michael Muré | 2018-09-09 | 2 | -2/+2 |
| | |||||
* | cmds: various cleaning | Michael Muré | 2018-09-06 | 6 | -6/+6 |
| | |||||
* | manpages: update | Michael Muré | 2018-09-02 | 14 | -13/+14 |
| | |||||
* | docs: fix some typos | Zetok Zalbavar | 2018-08-17 | 1 | -2/+2 |
| | |||||
* | readme: update with new recording of the termui, and screen of the webui | Michael Muré | 2018-08-17 | 5 | -0/+43 |
| | |||||
* | doc: complete the model doc now that the code is more stable | Michael Muré | 2018-08-07 | 1 | -20/+52 |
| | |||||
* | manpages: update names following the change of section | Michael Muré | 2018-08-06 | 13 | -26/+26 |
| | |||||
* | upgrade the readme | Michael Muré | 2018-08-06 | 7 | -644/+5 |
| | |||||
* | termui: add a view to display a bug | Michael Muré | 2018-08-01 | 13 | -13/+13 |
| | |||||
* | cli: rework new and comment command to better use the editor | Michael Muré | 2018-07-31 | 3 | -2/+10 |
| | | | | | | | 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 | ||||
* | wip terminal ui | Michael Muré | 2018-07-30 | 6 | -2/+75 |
| | |||||
* | webui: Add flag to specify which port to listen to | Quentin Gliech | 2018-07-22 | 3 | -1/+9 |
| | |||||
* | donc't build generators in a normal build | Michael Muré | 2018-07-20 | 2 | -0/+4 |
| | |||||
* | generate zsh completion | Michael Muré | 2018-07-20 | 2 | -0/+41 |
| | |||||
* | use DisableAutoGenTag to not have to commit the documentation after each build | Michael Muré | 2018-07-20 | 24 | -72/+0 |
| | |||||
* | add bash completion (only for "git-bug" for now ...) | Michael Muré | 2018-07-20 | 2 | -0/+568 |
| | |||||
* | generate manpages | Michael Muré | 2018-07-20 | 13 | -0/+464 |
| | |||||
* | generate markdown documentation | Michael Muré | 2018-07-20 | 13 | -0/+318 |
| | |||||
* | add a data model documentation | Michael Muré | 2018-07-16 | 1 | -0/+68 |