Commit graph

1 commit

Author SHA1 Message Date
Utsav Sabharwal 3c81088f8e
Address PR review feedback on git-delete-gone-branches
- Use git for-each-ref instead of git branch -vv to avoid false
  positives from commit messages containing ': gone]'
- Add interactive confirmation prompt by default; skip with -f/--force
- Add -p/--prune flag to run git fetch --prune before checking
- Add generated man page .1 and .html files
2026-03-16 14:21:40 +05:30