File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ work and will produce hard-to-diagnose issues.
99
1010extensions.compatObjectFormat::
1111
12- Specify a compatitbility hash algorithm to use. The acceptable values
12+ Specify a compatibility hash algorithm to use. The acceptable values
1313 are `sha1` and `sha256`. The value specified must be different from the
1414 value of extensions.objectFormat. This allows client level
1515 interoperability between git repositories whose objectFormat matches
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ gc.repackFilterTo::
163163 containing the filtered out objects. **WARNING:** The
164164 specified location should be accessible, using for example the
165165 Git alternates mechanism, otherwise the repo could be
166- considered corrupt by Git as it migh not be able to access the
166+ considered corrupt by Git as it might not be able to access the
167167 objects in that packfile. See the `--filter-to=<dir>` option
168168 of linkgit:git-repack[1] and the `objects/info/alternates`
169169 section of linkgit:gitrepository-layout[5].
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ remote.<name>.skipFetchAll::
5050 If true, this remote will be skipped when updating
5151 using linkgit:git-fetch[1], the `update` subcommand of
5252 linkgit:git-remote[1], and ignored by the prefetch task
53- of `git maitenance `.
53+ of `git maintenance `.
5454
5555remote.<name>.receivepack::
5656 The default program to execute on the remote side when pushing. See
You can’t perform that action at this time.
0 commit comments