[PR #1] feat: add branch diff mode for targeted bug hunting #1

Closed
opened 2026-03-07 13:59:08 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/danpeg/bug-hunt/pull/1

State: closed
Merged: Yes


Summary

  • Adds -b <branch> [--base <base>] argument syntax so users can scan only files changed in a specific branch
  • Defaults base branch to main when --base is omitted
  • Scans full file contents (not just diffs) for changed files, maintaining bug detection quality

Rationale

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.

**Original Pull Request:** https://github.com/danpeg/bug-hunt/pull/1 **State:** closed **Merged:** Yes --- ## Summary - Adds `-b <branch> [--base <base>]` argument syntax so users can scan only files changed in a specific branch - Defaults base branch to `main` when `--base` is omitted - Scans full file contents (not just diffs) for changed files, maintaining bug detection quality ## Rationale 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 closed this issue 2026-03-07 13:59:08 +03:00
kerem changed title from [PR #1] [MERGED] feat: add branch diff mode for targeted bug hunting to [PR #1] feat: add branch diff mode for targeted bug hunting 2026-03-07 20:01:19 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bug-hunt#1
No description provided.