-
Notifications
You must be signed in to change notification settings - Fork 101
multi-pack-index: add --no-progress to verify #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi-pack-index: add --no-progress to verify #186
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving with a suggestion to add tests as in @garimasi514's series. Code looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. a few minor nits.
3390f88
to
7234327
Compare
@derrickstolee @jeffhostetler @garimasi514 I've just pushed a new commit that address all of the feedback so far and updates the multi-pack-index tests. Please let me know if you have any feedback on the latest changes, especially when it comes to the changes I've made to the tests. |
@derrickstolee if these changes look good to you, let me know if you'd like me to merge this PR into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve with suggestions. We should take this into our branch early, but also send this upstream soon.
/azp run git - build installers |
No pipelines are associated with this pull request. |
7234327
to
deb9896
Compare
/azp run Microsoft.git (linux-gcc) |
No pipelines are associated with this pull request. |
Add --no-progress option to git multi-pack-index. The progress feature was added in 144d703 ("multi-pack-index: report progress during 'verify'", 2018-09-13) but the ability to opt-out was overlooked. Signed-off-by: William Baker <[email protected]>
deb9896
to
0dbe390
Compare
multi-pack-index: add --no-progress to verify
multi-pack-index: add --no-progress to verify
These changes are a port of gitgitgadget#315 to the
multi-pack-index
command.