Commit a398834
Fix shallow clone: deepen history for git merge-base in CI
git fetch --depth=1 alone doesn't provide enough history for
merge-base to find a common ancestor. Add --deepen=200 to expand
the shallow clone so --only-changes can compute the correct diff.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent da7aa27 commit a398834
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| |||
0 commit comments