Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes #1530 and makes some other minor improvements.
core.looseCompression
- use canonical capitalization for keycore.packedGitLimit
- work well on 64-bit, not 32-bit (#1530)core.sparseCheckoutCone
- fix misspelledsparseCheckout
refsubmodule.recurse
- fix minor spelling typoFurther improvements are possible, such as to unify the style of the explanations so that they all follow the same capitalization and quoting conventions. I believe that should be done, but since I may inquire about other substantive areas soon anyway (as I did in #1530), I think that can wait until a subsequent PR.
This information is available by API, so maybe this should be a conventional commit? I can easily amend this so the commit message starts with
fix:
if you like. This seems like a gray area with respect to whetherfix:
ought to be used.