Commit 291c4c6
committed
Fix overlapping batches in refspec splitting
The splitLargeRefSpecs function had a logic error where it incremented
by 25 but used a batch size of 100, creating overlapping batches that
pushed the same refs multiple times.1 parent 304d301 commit 291c4c6
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | | - | |
169 | | - | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments