git-bug icon indicating copy to clipboard operation
git-bug copied to clipboard

Distributed, offline-first bug tracker embedded in git, with bridges

Results 236 git-bug issues
Sort by recently updated
recently updated
newest added

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies
javascript

When running the following command from the README: ```shell git bug ls "status:open sort:edit" ``` It returns `Error: unknown qualifier "status:open sort"` Though this works fine: ```shell git bug ls...

Excerpt of the discussion: Nice find, I had no idea it existed. Using real secret store instead of the git config is definitely a nice thing to have. Toying a...

area/bridges
kind/feature
lifecycle/frozen
priority/important-longterm
triage/needs-information

Hi, Lauching Git Bug (v0.8.0) gives me this Error message: `Error: the repository you want to access is already locked by the process pid 1138` I don't have any 1138...

lifecycle/stale

Fixes #939, only in termui for now. I mostly followed the edit implementation, let me know what can be improved.

kind/feature
area/comments

The file `.git/config` can be added to and removed from though automation, but does support comments. Using `git bug` in a repo stomps on the file, rewriting it and losing...

Hello! I was looking into this and thought it would be great to integrate one of my repos with an Epic that is in my team's Jira Project. However, I...

In git submodules and working trees the .git path is a file linking to the real working tree via following syntax: ``` gitdir: /some/absolute/or/relative/path ``` This is not handled correctly...

good first issue
Easy pick