summaryrefslogtreecommitdiffstatshomepage
path: root/doc/md
Commit message (Collapse)AuthorAge
...
* rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKENAmine Hilaly2019-06-07
|
* Update man pages and bash_completionAmine Hilaly2019-05-29
|
* commands: add flags/config to control the automatic opening in the default ↵Michael Muré2019-05-27
| | | | browser
* commands: fix ls not displaying the new Identities properlyMichael Muré2019-04-11
|
* commands: add a --field flag to "git bug user" to display users details ↵Michael Muré2019-04-03
| | | | individually
* commands: add "show --field humanId"Michael Muré2019-04-03
|
* regenerate md and man filesMichael Muré2019-03-27
|
* cache: make the title filter case insensitiveMichael Muré2019-03-03
|
* commands: show the last modification time in "user"Michael Muré2019-03-01
|
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-01
|
* commands: add a "user adopt" command to use an existing identityMichael Muré2019-03-01
|
* commands: add a super-fast "user ls" commandMichael Muré2019-03-01
|
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-01
|
* identity: I can compile again !!Michael Muré2019-03-01
|
* identity: more progress and fixesMichael Muré2019-03-01
|
* Merge pull request #97 from sladyn98/ls_id_branchMichael Muré2019-02-25
|\ | | | | A command to list matching bug id from a prefix
| * ls-id.go: Add ls-id [<prefix>] commandSladyn2019-02-14
| | | | | | | | | | | | | | | | 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-20
|/
* commands: show: change for a single valued --field flagMichael Muré2019-01-07
|
* commands: fix "comment add" flags set on the wrong commandMichael Muré2018-10-17
|
* commands: add a "deselect" command to deselect a previously selected bugMichael Muré2018-09-26
|
* commands: add "bridge pull"Michael Muré2018-09-24
|
* commands: add "bridge rm"Michael Muré2018-09-24
|
* commands: add the "bridge" and "bridge configure" commandsMichael Muré2018-09-24
|
* commands: add a "ls-labels" command that output valid labelsMichael Muré2018-09-21
|
* commands: description cleanupMichael Muré2018-09-21
|
* commands: ls now accept queries without quoteMichael Muré2018-09-19
|
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-18
|
* commands: add a "select" command to select a bug for future implicit useMichael Muré2018-09-18
|
* commands: add a "label rm" command to remove labels from a bugMichael Muré2018-09-17
|
* commands: add a "label add" command to add new label to a bugMichael Muré2018-09-17
|
* commands: make "label" display the current labelsMichael Muré2018-09-17
|
* commands: migrate the open/close commands under the "status" commandMichael Muré2018-09-16
|
* commands: add a "status" command to show a bug statusMichael Muré2018-09-16
|
* commands: add a title edit commandMichael Muré2018-09-16
|
* commands: add a title command to display a bug's titleMichael Muré2018-09-16
|
* commands: add `git bug comment add` to add a commentMichael Muré2018-09-15
|
* ls: support expressing a query with flags as wellMichael Muré2018-09-10
|
* ls: accept a query to sort and filter the listMichael Muré2018-09-09
|
* cmds: various cleaningMichael Muré2018-09-06
|
* cli: rework new and comment command to better use the editorMichael Muré2018-07-31
| | | | | | | 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-30
|
* webui: Add flag to specify which port to listen toQuentin Gliech2018-07-22
|
* use DisableAutoGenTag to not have to commit the documentation after each buildMichael Muré2018-07-20
|
* generate markdown documentationMichael Muré2018-07-20