mirror of
https://github.com/danpeg/bug-hunt.git
synced 2026-04-26 14:05:52 +03:00
[PR #1] feat: add branch diff mode for targeted bug hunting #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bug-hunt#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/danpeg/bug-hunt/pull/1
State: closed
Merged: Yes
Summary
-b <branch> [--base <base>]argument syntax so users can scan only files changed in a specific branchmainwhen--baseis omittedRationale
I usually scan for bugs in the current branch so I can focus on a specific feature or change. Doing so over the whole codebase is difficult when the project is older or too big.
kerem referenced this issue2026-03-07 13:59:08 +03:00
[PR #1] [MERGED] feat: add branch diff mode for targeted bug huntingto [PR #1] feat: add branch diff mode for targeted bug hunting