| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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.
There was a problem hiding this comment.
Fixes a critical logic error in the splitLargeRefSpecs function where the loop increment and batch size were mismatched, causing overlapping batches and duplicate ref pushes.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.
Could potentially solve an issue with pushing refs to GHES instances.