mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 02:40:56 +00:00
Implemented bulk branch metadata retrieval in `scripts/review_pull_requests.py` using `git for-each-ref` and the `%(ahead-behind:main)` atom (Git 2.41+). This optimization: - Reduces subprocess calls from O(N) to O(1) for branch discovery. - Consolidates metadata fetching (date, subject, counts) into a single bulk call. - Results in a ~70% reduction in execution time (from ~1.37s to ~0.4s). - Includes robust parsing for subjects containing delimiters. - Provides a graceful fallback for older Git versions. |
||
|---|---|---|
| .. | ||
| bolt.md | ||
| deploy.yml | ||