index
:
git-bug
I6f4b5f5ca73780cecf66a553cce80aa3f75df2ce
board
boostrap-rework
bootstrap-rework-2
bridge-configure-doc
cheshirekow-jira
complete-comment
edit-comment
feat-849-terminal-output-in-core
feat-licences-checks
feat/lipgloss-formatting
fix/810-finish-reading-loop
gh-pages
git-bug-0.7
gitea-bridge
github-actions
github-config-resilience
gitlab-push-pull-test
gobilly
gogit
graphql-generics
graphql-repo
graphql-transaction
master
recording
serialisation-test
sign-refactor
termui-markdown
vuln-detect
webui/labels
Distributed, offline-first bug tracker embedded in git, with bridges
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
commands
/
root.go
Commit message (
Expand
)
Author
Age
*
feat: update references to the git-bug organization (#1249)
sudoforge
2024-08-24
*
Merge pull request #991 from vasser/fix/issue-928-version-info
Michael Muré
2023-01-19
|
\
|
*
version: code cleanup, fix some edge cases
Michael Muré
2023-01-19
|
*
dirty should be bool
vasser
2023-01-18
|
*
address PR review
vasser
2023-01-18
|
*
New approach to define the version
vasser
2023-01-15
|
*
Fixed version info be set when go install
vasser
2023-01-13
*
|
fix(commands): create env.Env once for all Cobra commands
Steve Moyer
2023-01-17
*
|
add wipe sub-command that remove local bugs and identities
Kalin Staykov
2023-01-11
|
/
*
commands: don't double build the lamport clocks
Michael Muré
2022-12-29
*
cache: fix some bugs after refactor
Michael Muré
2022-12-23
*
commands: reorg into different packages
Michael Muré
2022-11-20
*
completion: use the correct GenBashCompletionV2 instead of the legacy function
Michael Muré
2022-05-01
*
Add the 'rm' command
vince
2020-07-28
*
commands: open and close the backend in a single place, simplify commands
Michael Muré
2020-06-28
*
commands: refactor to avoid globals
Michael Muré
2020-06-28
*
repository: remove tie to Bug, improved and reusable testing
Michael Muré
2020-06-26
*
DOC: commands/root.go: syntax
Wes Turner
2020-05-01
*
bridge: huge refactor to accept multiple kind of credentials
Michael Muré
2019-12-08
*
commands: silence usage when cobra commands return an error
Amine
2019-09-06
*
commands: only return the error (not the function help) when no identity is set
Michael Muré
2019-03-27
*
commands: add a "." at the end of Short commands usage
Michael Muré
2019-03-01
*
identity: some UX cleanup
Michael Muré
2019-03-01
*
add a "version" command with various outputs, including the git hash and tag
Michael Muré
2019-02-20
*
version 0.4.0
0.4.0
Michael Muré
2018-10-21
*
commands: fix "comment add" flags set on the wrong command
Michael Muré
2018-10-17
*
commands: don't load the repo for commands that don't need it
Michael Muré
2018-10-17
*
a better introduction message for the help page
Marc Chantreux
2018-10-17
*
repo: split the Repo interface to avoid abstraction leak in RepoCache
Michael Muré
2018-09-21
*
commands: description cleanup
Michael Muré
2018-09-21
*
docs & cleaning
Michael Muré
2018-09-16
*
version 0.3.0
0.3.0
Michael Muré
2018-09-13
*
catch a lot of error not being checked
Michael Muré
2018-09-13
*
termui: allow to change the bug query
Michael Muré
2018-09-11
*
cmds: only print once the error
Michael Muré
2018-09-06
*
make CLI commands use the cache to lock the repo properly
Michael Muré
2018-08-31
*
cache: lock the repo with a pid file; automatic cleaning
Michael Muré
2018-08-21
*
version 0.2.0
0.2.0
Michael Muré
2018-08-17
*
cleanup go imports
Michael Muré
2018-08-13
*
prepare a first version
Michael Muré
2018-08-12
*
bash completion: thanks to @tst2005, make the completion works for "git bug <...
Michael Muré
2018-08-08
*
bug: add a Lamport logical clock to be able to sort bugs by creation time and...
Michael Muré
2018-08-06
*
termui: use the editor to create a new bug
Michael Muré
2018-07-31
*
use DisableAutoGenTag to not have to commit the documentation after each build
Michael Muré
2018-07-20
*
generate markdown documentation
Michael Muré
2018-07-20
*
rework all the commands to use cobra as a parser
Michael Muré
2018-07-19