Skip to content

Commit

Permalink
Merge pull request #1531 from EliahKagan/progress-typos
Browse files Browse the repository at this point in the history
Fix typos in config support info
  • Loading branch information
Byron committed Aug 22, 2024
2 parents 9f9feb6 + b31d6b7 commit 25a3f1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/plumbing/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static GIT_CONFIG: &[Record] = &[
},
Record {
config: "core.packedGitLimit",
usage: NotApplicable("we target 32bit systems only and don't use a windowing mechanism")
usage: NotApplicable("we target 64-bit systems only and don't use a windowing mechanism")
},
Record {
config: "core.alternateRefsCommand",
Expand All @@ -91,7 +91,7 @@ static GIT_CONFIG: &[Record] = &[
usage: Planned("Allow to remove similar hardcoded value - passing it through will be some effort")
},
Record {
config: "core.loosecompression",
config: "core.looseCompression",
usage: Planned("")
},
Record {
Expand All @@ -100,7 +100,7 @@ static GIT_CONFIG: &[Record] = &[
},
Record {
config: "core.sparseCheckoutCone",
usage: Planned("this is a nice improvement over spareCheckout alone and should one day be available too")
usage: Planned("this is a nice improvement over sparseCheckout alone and should one day be available too")
},
Record {
config: "core.gitProxy",
Expand Down Expand Up @@ -156,7 +156,7 @@ static GIT_CONFIG: &[Record] = &[
},
Record {
config: "submodule.recurse",
usage: Planned("very relevant for doing the right thing during checkouts. Note that 'clone' isnt' affected by it, even though we could make it so for good measure.")
usage: Planned("very relevant for doing the right thing during checkouts. Note that 'clone' isn't affected by it, even though we could make it so for good measure.")
},
Record {
config: "submodule.propagateBranches",
Expand Down

0 comments on commit 25a3f1b

Please sign in to comment.