Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: Directly swap two variables to optimize code (#1272) | 荆长逯 | 2025-04-07 |
| | | | Signed-off-by: jingchanglu <jingchanglu@outlook.com> | ||
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 |
| | | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff | ||
* | fix openpgp handling to sign/check | Michael Muré | 2023-08-12 |
| | |||
* | [DATALAD RUNCMD] Run codespell -w | Yaroslav Halchenko | 2023-01-23 |
| | | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ | ||
* | Merge pull request #987 from MichaelMure/cache-progress-bar | Michael Muré | 2023-01-14 |
|\ | | | | | commands: add a nice terminal progress bar when building the cache | ||
| * | commands: add a nice terminal progress bar when building the cache | Michael Muré | 2023-01-11 |
| | | | | | | | | One issue remaining is that writing the cache takes significant time, but I don't know how to reflect that nicely to the user. | ||
* | | add wipe sub-command that remove local bugs and identities | Kalin Staykov | 2023-01-11 |
|/ | |||
* | make go1.19 fmt happy | Michael Muré | 2023-01-11 |
| | |||
* | Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errors | Steve Moyer | 2022-12-23 |
|\ | | | | | feat(935): disambiguate config errors | ||
| * | feat: wrap ErrMultipleConfigEntry to report duplicate key | Steve Moyer | 2022-11-27 |
| | | | | | | | | References #935. | ||
| * | feat: wrap ErrNoConfigEntry to report missing key | Steve Moyer | 2022-11-27 |
| | | | | | | | | Resolves #935. | ||
* | | cache: fix some bugs after refactor | Michael Muré | 2022-12-23 |
| | | |||
* | | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 |
| | | |||
* | | WIP | Michael Muré | 2022-11-28 |
|/ | |||
* | commands: reorg into different packages | Michael Muré | 2022-11-20 |
| | |||
* | gogit: fix incorrect loader handling | Michael Muré | 2022-11-16 |
| | |||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 |