Fusion
aab990e2a8
feat(FN-1614): convert git helper functions to async
Convert all 11 git helper functions from sync execSync calls to async runGitCommand:
- getGitHubRemotes
- isGitRepo
- getGitStatus
- getGitCommits
- getGitCommitsForBranch
- getAheadCommits
- getCommitDiff
- getGitBranches
- getGitWorktrees
- listGitRemotes
- getGitStashList
Each function now uses await runGitCommand([...args], cwd, timeout) instead of execSync.
2026-04-15 03:23:56 -07:00
..
2026-04-15 01:23:57 -07:00
2026-04-15 02:53:06 -07:00
2026-04-15 03:23:56 -07:00
2026-04-12 13:41:10 -07:00
2026-04-15 03:08:58 -07:00
2026-04-14 23:44:40 -07:00
2026-04-14 17:11:15 -07:00
2026-04-13 18:21:31 -07:00