Documentation: fix typos
Fix typos in documentation. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
90e82eb01e
commit
9310f10e2b
|
@ -117,7 +117,7 @@ Cf. <20140304174806.GA11561@sigill.intra.peff.net>.
|
||||||
|
|
||||||
* The git-pack-redundant(1) command can be used to remove redundant pack files.
|
* The git-pack-redundant(1) command can be used to remove redundant pack files.
|
||||||
The subcommand is unusably slow and the reason why nobody reports it as a
|
The subcommand is unusably slow and the reason why nobody reports it as a
|
||||||
performance bug is suspected to be the absense of users. We have nominated
|
performance bug is suspected to be the absence of users. We have nominated
|
||||||
the command for removal and have started to emit a user-visible warning in
|
the command for removal and have started to emit a user-visible warning in
|
||||||
c3b58472be (pack-redundant: gauge the usage before proposing its removal,
|
c3b58472be (pack-redundant: gauge the usage before proposing its removal,
|
||||||
2020-08-25) whenever the command is executed.
|
2020-08-25) whenever the command is executed.
|
||||||
|
|
|
@ -54,7 +54,7 @@ implementation, for very large changes).
|
||||||
|
|
||||||
For non-technical decisions such as community norms or processes, it is up to
|
For non-technical decisions such as community norms or processes, it is up to
|
||||||
the community as a whole to implement and sustain agreed-upon changes.
|
the community as a whole to implement and sustain agreed-upon changes.
|
||||||
The project leadership committe (PLC) may help the implementation of
|
The project leadership committee (PLC) may help the implementation of
|
||||||
policy decisions.
|
policy decisions.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@ All multi-byte numbers are in network byte order.
|
||||||
for commits with corrected commit date offsets that cannot be
|
for commits with corrected commit date offsets that cannot be
|
||||||
stored within 31 bits.
|
stored within 31 bits.
|
||||||
* Generation Data Overflow chunk is present only when Generation Data
|
* Generation Data Overflow chunk is present only when Generation Data
|
||||||
chunk is present and atleast one corrected commit date offset cannot
|
chunk is present and at least one corrected commit date offset cannot
|
||||||
be stored within 31 bits.
|
be stored within 31 bits.
|
||||||
|
|
||||||
==== Extra Edge List (ID: {'E', 'D', 'G', 'E'}) [Optional]
|
==== Extra Edge List (ID: {'E', 'D', 'G', 'E'}) [Optional]
|
||||||
|
|
|
@ -234,7 +234,7 @@ from the template during repository creation, usually installed in
|
||||||
configuration variable, but the file takes precedence.
|
configuration variable, but the file takes precedence.
|
||||||
|
|
||||||
category (or `gitweb.category`)::
|
category (or `gitweb.category`)::
|
||||||
Singe line category of a project, used to group projects if
|
Single line category of a project, used to group projects if
|
||||||
`$projects_list_group_categories` is enabled. By default (file and
|
`$projects_list_group_categories` is enabled. By default (file and
|
||||||
configuration variable absent), uncategorized projects are put in the
|
configuration variable absent), uncategorized projects are put in the
|
||||||
`$project_list_default_category` category. You can use the
|
`$project_list_default_category` category. You can use the
|
||||||
|
|
Loading…
Reference in New Issue