MQL5-Google-Onedrive/.jules
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
..
bolt.md Bolt: optimize review_working_trees.py with bulk Git metadata 2026-02-28 19:39:15 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00