File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ http.proxySSLKey::
4242http.proxySSLCertPasswordProtected::
4343 Enable Git's password prompt for the proxy SSL certificate. Otherwise OpenSSL
4444 will prompt the user, possibly many times, if the certificate or private key
45- is encrypted. Can be overriden by the `GIT_PROXY_SSL_CERT_PASSWORD_PROTECTED`
45+ is encrypted. Can be overridden by the `GIT_PROXY_SSL_CERT_PASSWORD_PROTECTED`
4646 environment variable.
4747
4848http.proxySSLCAInfo::
4949 Pathname to the file containing the certificate bundle that should be used to
50- verify the proxy with when using an HTTPS proxy. Can be overriden by the
50+ verify the proxy with when using an HTTPS proxy. Can be overridden by the
5151 `GIT_PROXY_SSL_CAINFO` environment variable.
5252
5353http.emptyAuth::
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ trace2.envVars::
5454 `GIT_HTTP_USER_AGENT,GIT_CONFIG` would cause the trace2 output to
5555 contain events listing the overrides for HTTP user agent and the
5656 location of the Git configuration file (assuming any are set). May be
57- overriden by the `GIT_TRACE2_ENV_VARS` environment variable. Unset by
57+ overridden by the `GIT_TRACE2_ENV_VARS` environment variable. Unset by
5858 default.
5959
6060trace2.destinationDebug::
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ register::
3838 for running in the background without disrupting foreground
3939 processes.
4040+
41- The `register` subcomand will also set the `maintenance.strategy` config
41+ The `register` subcommand will also set the `maintenance.strategy` config
4242value to `incremental`, if this value is not previously set. The
4343`incremental` strategy uses the following schedule for each maintenance
4444task:
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ changelist text. Exiting with a non-zero status from the script
397397will abort the process.
398398
399399The purpose of the hook is to edit the message file in place,
400- and it is not supressed by the `--no-verify` option. This hook
400+ and it is not suppressed by the `--no-verify` option. This hook
401401is called even if `--prepare-p4-only` is set.
402402
403403p4-changelist
Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ changelist text. Exiting with a non-zero status from the script
644644will abort the process.
645645
646646The purpose of the hook is to edit the message file in place,
647- and it is not supressed by the `--no-verify` option. This hook
647+ and it is not suppressed by the `--no-verify` option. This hook
648648is called even if `--prepare-p4-only` is set.
649649
650650Run `git-p4 submit --help` for details.
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ especially if readers will not use the object name to ref mapping.
446446Object blocks use unique, abbreviated 2-32 object name keys, mapping to
447447ref blocks containing references pointing to that object directly, or as
448448the peeled value of an annotated tag. Like ref blocks, object blocks use
449- the file's standard block size. The abbrevation length is available in
449+ the file's standard block size. The abbreviation length is available in
450450the footer as `obj_id_len`.
451451
452452To save space in small files, object blocks may be omitted if the ref
You can’t perform that action at this time.
0 commit comments