fix: narrow _all_commits exception handling #164
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/hottea!164
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/129-commit-valueerror-broad"
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?
Replaces broad
ValueErrorcatch with earlyrepo.headscheck. Empty repos return empty list immediately without callingiter_commits(), which avoids the need for the broad exception handler.Closes #129
08ad63acd7e0da2a8924Audit Review — PR #164
Clean fix for #129.
repo.headscheck returns early for empty repos, removing need forValueErrorcatch. Exception handling now narrowed toGitCommandErroronly.No suggestions.
Summary
Result: COMMENT — no issues found.
APPROVED. Exception handling narrowed, closes #129. Merge when ready.