| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-18 | fix: improve mbox patch parser resilience for optional tag fallback | DanConwayDev | |
| - Use mailparse crate to handle RFC 2047 encoded-words (Q/B encoding) and RFC 2822 header folding in Subject and From headers - Fix email signature separator check: use exact match 'line == "-- "' instead of starts_with to avoid false positives on body lines - Remove dead/incorrect asctime parsing in committer date extraction; simplify to always return None (falls back to author_timestamp) | |||
| 2026-02-18 | feat: handle missing optional patch tags for pr/ flow | DanConwayDev | |
| - Add mbox_parser module to extract metadata from patch content - Extract author/committer from From: and Date: headers when tags missing - Extract commit message body as fallback for description tag - Implement best-guess parent commit logic using committer timestamps - Update patch_supports_commit_ids to accept mbox-parseable patches - Enable patches without optional tags to appear as pr/ branches | |||