forked from LengKundee/MQL5-Google-Onedrive
- Renamed `get_all_branch_details` to `get_unmerged_branch_details` to clarify intent. - Updated `get_prs_via_git` to only fetch merged branches, delegating open branch fetching to `get_unmerged_branch_details`. - Refactored `main` to populate `open_branches` from `get_unmerged_branch_details` keys, avoiding redundant git calls and eliminating N+1 `git rev-list` calls in the fallback path. - Added explicit safety check `if ahead == 0: continue` to `get_unmerged_branch_details` to guarantee merged branches are filtered out. - Sorted open branches by commit date for better readability. |
||
|---|---|---|
| .. | ||
| bolt.md | ||
| deploy.yml | ||
| palette.md | ||
| sentinel.md | ||