Commit graph

2 commits

Author SHA1 Message Date
google-labs-jules[bot]
1b115d5856 Bolt: optimize review_working_trees.py with bulk Git metadata
Optimized the branch information retrieval logic to reduce subprocess overhead.
- Used git for-each-ref with %(ahead-behind) for O(1) merge status checking.
- Implemented robust fallback for Git versions < 2.41.0.
- Added dynamic default branch detection (main/master).
- Consolidated local, remote, and merged branch retrieval.
- Fixed current branch marker detection.

This change reduces the number of Git subprocess calls in the main reporting path while maintaining full compatibility with older environments.
2026-02-28 19:39:15 +00:00
Huawei-Window-Techno
feadbaf06d feat: Add working tree review script and report - Created review_working_trees.py for comprehensive branch/stash/worktree analysis - Added Working Tree Review Report documentation - Analyzed 81 remote branches (25 merged, 55 unmerged) - Fixed Unicode encoding issues in git command execution 2026-01-10 05:13:04 +07:00