aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* generator cleanupMichael Muré2019-03-012-6/+29
|
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-0111-129/+61
|
* identity: all tests green o/Michael Muré2019-03-011-1/+1
|
* identity: I can compile again !!Michael Muré2019-03-012-1/+2
|
* identity: more progress and fixesMichael Muré2019-03-012-0/+51
|
* Merge pull request #97 from sladyn98/ls_id_branchMichael Muré2019-02-251-0/+1
|\ | | | | A command to list matching bug id from a prefix
| * ls-id.go:Add ls-id [<prefix>] commandSladyn2019-02-251-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>] commandSladyn2019-02-1427-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 tagMichael Muré2019-02-204-1/+68
| |
* | man: update the date in the generated docMichael Muré2019-02-1626-26/+26
|/
* commands: show: change for a single valued --field flagMichael Muré2019-01-072-1/+6
|
* update generated doc with the new dateMichael Muré2018-12-2226-26/+26
|
* doc: same size for the webui screenshotsMichael Muré2018-12-171-0/+0
|
* doc: update webui screenshotMichael Muré2018-12-052-0/+0
|
* update readme with new demo gifMichael Muré2018-12-041-0/+0
|
* Add a gif file generated with ScreenToGif from the svg fileMichael Muré2018-12-041-0/+0
|
* update the termui screencastMichael Muré2018-12-021-5/+5
|
* commands: fix "comment add" flags set on the wrong commandMichael Muré2018-10-176-14/+20
|
* docs: update manpages due to change of monthMichael Muré2018-10-0126-26/+26
|
* commands: add a "deselect" command to deselect a previously selected bugMichael Muré2018-09-264-1/+78
|
* commands: add "bridge pull"Michael Muré2018-09-244-1/+53
|
* commands: add "bridge rm"Michael Muré2018-09-244-1/+53
|
* commands: add the "bridge" and "bridge configure" commandsMichael Muré2018-09-248-1/+156
|
* commands: add a "ls-labels" command that output valid labelsMichael Muré2018-09-214-1/+58
|
* commands: description cleanupMichael Muré2018-09-2131-73/+73
|
* commands: ls now accept queries without quoteMichael Muré2018-09-192-2/+2
|
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-1824-24/+24
|
* commands: add a "select" command to select a bug for future implicit useMichael Muré2018-09-187-100/+76
|
* commands: add a "label rm" command to remove labels from a bugMichael Muré2018-09-174-1/+53
|
* commands: add a "label add" command to add new label to a bugMichael Muré2018-09-174-1/+53
|
* commands: make "label" display the current labelsMichael Muré2018-09-173-13/+8
|
* commands: migrate the open/close commands under the "status" commandMichael Muré2018-09-168-4/+106
|
* commands: add a "status" command to show a bug statusMichael Muré2018-09-164-1/+53
|
* commands: add a title edit commandMichael Muré2018-09-165-6/+63
|
* commands: add a title command to display a bug's titleMichael Muré2018-09-164-1/+53
|
* commands: add `git bug comment add` to add a commentMichael Muré2018-09-158-8/+126
|
* ls: support expressing a query with flags as wellMichael Muré2018-09-1013-38/+100
|
* Cleanup queries.md (#41)Jed Fox2018-09-101-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 DSLMichael Muré2018-09-091-0/+85
|
* ls: accept a query to sort and filter the listMichael Muré2018-09-092-2/+2
|
* cmds: various cleaningMichael Muré2018-09-066-6/+6
|
* manpages: updateMichael Muré2018-09-0214-13/+14
|
* docs: fix some typosZetok Zalbavar2018-08-171-2/+2
|
* readme: update with new recording of the termui, and screen of the webuiMichael Muré2018-08-175-0/+43
|
* doc: complete the model doc now that the code is more stableMichael Muré2018-08-071-20/+52
|
* manpages: update names following the change of sectionMichael Muré2018-08-0613-26/+26
|
* upgrade the readmeMichael Muré2018-08-067-644/+5
|
* termui: add a view to display a bugMichael Muré2018-08-0113-13/+13
|
* cli: rework new and comment command to better use the editorMichael Muré2018-07-313-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 uiMichael Muré2018-07-306-2/+75
|