Commit 88422f3
fix: use git ls-remote for branch discovery instead of git branch -r
Replace `git branch -r --list origin/autoloop/*` with
`git ls-remote --heads origin autoloop/*` so that branch discovery
works in shallow checkouts where remote-tracking refs aren't present.
Agent-Logs-Url: https://github.com/githubnext/autoloop/sessions/2817cf91-682b-41fb-82c1-79eeb961f4f0
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>1 parent f214d89 commit 88422f3
2 files changed
Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments