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.
9
9
10
10
extensions.compatObjectFormat::
11
11
12
- Specify a compatitbility hash algorithm to use. The acceptable values
12
+ Specify a compatibility hash algorithm to use. The acceptable values
13
13
are `sha1` and `sha256`. The value specified must be different from the
14
14
value of extensions.objectFormat. This allows client level
15
15
interoperability between git repositories whose objectFormat matches
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ gc.repackFilterTo::
163
163
containing the filtered out objects. **WARNING:** The
164
164
specified location should be accessible, using for example the
165
165
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
167
167
objects in that packfile. See the `--filter-to=<dir>` option
168
168
of linkgit:git-repack[1] and the `objects/info/alternates`
169
169
section of linkgit:gitrepository-layout[5].
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ remote.<name>.skipFetchAll::
50
50
If true, this remote will be skipped when updating
51
51
using linkgit:git-fetch[1], the `update` subcommand of
52
52
linkgit:git-remote[1], and ignored by the prefetch task
53
- of `git maitenance `.
53
+ of `git maintenance `.
54
54
55
55
remote.<name>.receivepack::
56
56
The default program to execute on the remote side when pushing. See
You can’t perform that action at this time.
0 commit comments