git-bug
git-bug copied to clipboard
Distributed, offline-first bug tracker embedded in git, with bridges
This PR deprecates #1017 (and #890 and #645 before it). I've rebased off current `master`, updated the feature matrix to the best of my ability, and built the code to...
Bumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.0.0 to 1.0.1. Commits da4b74a all: go get golang.org/x/tools@74c255b 3eb86d4 internal/scan: change the way convert mode works e3a5c49 internal/scan: add -version flag 242ecf7 internal/vulncheck/internal/gosym: fix typo 91424c7...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
I'm trying to edit a comment using `git bug bug comment edit `. VIM launches however the text for the comment doesn't show (instead a 2 blank newlines are in...
Hello, I know you're busy and this amazing project is already loaded with things to do. I am just wondering at the feasability of something I would like to do:...
Removes [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken). It's no longer used after updating ancestor dependency [@graphql-tools/prisma-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/prisma). These dependencies need to be updated together. Removes `jsonwebtoken` Updates `@graphql-tools/prisma-loader` from 7.2.24 to 7.2.71 Changelog Sourced from @graphql-tools/prisma-loader's...
Resolves MichaelMure/git-bug#1014 It's my first Go commit, so have a look please ! I renamed process.go -> findproc.go to prevent collide with github.com/shirou/gopsutil/process I don't really understood what was wrong...