Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cache: make the title filter case insensitive | Michael Muré | 2019-03-03 | 2 | -0/+5 |
| | |||||
* | Fixed doc/queries.md | Sladyn | 2019-03-03 | 1 | -4/+4 |
| | |||||
* | Made requested changes | Sladyn | 2019-03-02 | 1 | -0/+10 |
| | | | | Made changes to the doc files and remaining areas which required updation. | ||||
* | update generated files | Michael Muré | 2019-03-01 | 31 | -89/+89 |
| | |||||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 2 | -6/+1 |
| | |||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 32 | -115/+167 |
| | |||||
* | commands: add a "user adopt" command to use an existing identity | Michael Muré | 2019-03-01 | 3 | -1/+52 |
| | |||||
* | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 | 4 | -1/+58 |
| | |||||
* | generator cleanup | Michael Muré | 2019-03-01 | 2 | -6/+29 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 11 | -129/+61 |
| | |||||
* | identity: all tests green o/ | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 2 | -1/+2 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 2 | -0/+51 |
| | |||||
* | Merge pull request #97 from sladyn98/ls_id_branch | Michael Muré | 2019-02-25 | 1 | -0/+1 |
|\ | | | | | A command to list matching bug id from a prefix | ||||
| * | ls-id.go:Add ls-id [<prefix>] command | Sladyn | 2019-02-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes #47 | ||||
| * | ls-id.go: Add ls-id [<prefix>] command | Sladyn | 2019-02-14 | 27 | -27/+28 |
| | | | | | | | | | | | | | | | | This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes https://github.com/MichaelMure/git-bug/issues/47 | ||||
* | | add a "version" command with various outputs, including the git hash and tag | Michael Muré | 2019-02-20 | 4 | -1/+68 |
| | | |||||
* | | man: update the date in the generated doc | Michael Muré | 2019-02-16 | 26 | -26/+26 |
|/ | |||||
* | commands: show: change for a single valued --field flag | Michael Muré | 2019-01-07 | 2 | -1/+6 |
| | |||||
* | update generated doc with the new date | Michael Muré | 2018-12-22 | 26 | -26/+26 |
| | |||||
* | doc: same size for the webui screenshots | Michael Muré | 2018-12-17 | 1 | -0/+0 |
| | |||||
* | doc: update webui screenshot | Michael Muré | 2018-12-05 | 2 | -0/+0 |
| | |||||
* | update readme with new demo gif | Michael Muré | 2018-12-04 | 1 | -0/+0 |
| | |||||
* | Add a gif file generated with ScreenToGif from the svg file | Michael Muré | 2018-12-04 | 1 | -0/+0 |
| | |||||
* | update the termui screencast | Michael Muré | 2018-12-02 | 1 | -5/+5 |
| | |||||
* | commands: fix "comment add" flags set on the wrong command | Michael Muré | 2018-10-17 | 6 | -14/+20 |
| | |||||
* | docs: update manpages due to change of month | Michael Muré | 2018-10-01 | 26 | -26/+26 |
| | |||||
* | 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 |
| |