-
Notifications
You must be signed in to change notification settings - Fork 182
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
(doc) choco install update packages.config params #1085
base: master
Are you sure you want to change the base?
(doc) choco install update packages.config params #1085
Conversation
Can you fix the PR so only the changes show? If you are making whitespace changes, please use a separate commit. |
80af8a9
to
a230cce
Compare
@pauby sure. is this better? (this was automatically applied editor-config) |
a230cce
to
e36ed1d
Compare
ping @pauby |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
@Stunkymonkey this isnt any different. This shows you have removed 559 lines and added 595. See the Files changed tab. @AdmiringWorm @gep13 could this be down to line endings? What is normally done in this situation to allow the actual changes to be seen? |
It is highly likely due to line endings, yes, and most likely caused by what is set as the Normally in this situation, we ask that the one that opened the PR to revert the changes to the line endings (or we make the change in some cases), but it can depend on a couple of things.
I am not sure what is the case for this PR. |
Hey @pauby and @AdmiringWorm this is related to the line-endings. this is why I separated it into a separate commit (see 0ca6ec9), so it is easier for you to review. I am confused. why is the |
Description Of Changes
some parameters are not documented. taken from https://github.com/chocolatey/choco/blob/develop/src/chocolatey/infrastructure.app/configuration/PackagesConfigFilePackageSetting.cs
Motivation and Context
Users should not have to read code.
Testing
Change Types Made
Change Checklist
Related Issue
N/A