Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | properly close files in edge cases in various places | Michael Muré | 2023-01-11 | 1 | -8/+10 |
| | |||||
* | make go1.19 fmt happy | Michael Muré | 2023-01-11 | 1 | -4/+4 |
| | |||||
* | commands: generic "select" code, move bug completion in bugcmd | Michael Muré | 2022-12-27 | 1 | -0/+156 |
| | |||||
* | commands: reorg into different packages | Michael Muré | 2022-11-20 | 1 | -129/+0 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -17/+5 |
| | |||||
* | issue 178: fetch the repo dir with rev-parse --git-dir | Sebastien Devaux | 2019-08-24 | 1 | -1/+1 |
| | | | | | Since is returns the .git dir directly, it is not more needed to concatenate .git. | ||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -4/+5 |
| | |||||
* | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 | 1 | -5/+5 |
| | |||||
* | Select and Label command documentation | Jocelyn FACCHINI | 2019-03-23 | 1 | -1/+1 |
| | | | | | | - Informed that label command adds/removes a label to a given bug. - Added suggestion to use select command when omitting to provide a bug id as argument. - Added a bit more detail for the select command documentation, giving a hint to "deselect" command. | ||||
* | select: clear the selected bug when invalid | Michael Muré | 2018-09-26 | 1 | -1/+16 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -4/+4 |
| | |||||
* | commands: add a package to handle implicit bug selection | Michael Muré | 2018-09-18 | 1 | -0/+125 |