File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ and accumulating child directory counts in the parent directories:
5454
5555diff.statGraphWidth::
5656 Limit the width of the graph part in --stat output. If set, applies
57- to all commands generating --stat outuput except format-patch.
57+ to all commands generating --stat output except format-patch.
5858
5959diff.external::
6060 If this config variable is set, diff generation is not
Original file line number Diff line number Diff line change 99--------
1010[verse]
1111'git column' [--command=<name>] [--[raw-]mode=<mode>] [--width=<width>]
12- [--indent=<string>] [--nl=<string>] [--pading =<n>]
12+ [--indent=<string>] [--nl=<string>] [--padding =<n>]
1313
1414DESCRIPTION
1515-----------
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ OPTIONS
4545 Each '-p' indicates the id of a parent commit object.
4646
4747-m <message>::
48- A paragraph in the commig log message. This can be given more than
48+ A paragraph in the commit log message. This can be given more than
4949 once and each <message> becomes its own paragraph.
5050
5151-F <file>::
Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ other
734734
735735'GIT_EDITOR'::
736736 This environment variable overrides `$EDITOR` and `$VISUAL`.
737- It is used by several git comands when, on interactive mode,
737+ It is used by several git commands when, on interactive mode,
738738 an editor is to be launched. See also linkgit:git-var[1]
739739 and the `core.editor` option in linkgit:git-config[1].
740740
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ $highlight_bin::
244244 By default set to 'highlight'; set it to full path to highlight
245245 executable if it is not installed on your web server's PATH.
246246 Note that 'highlight' feature must be set for gitweb to actually
247- use syntax hightlighting .
247+ use syntax highlighting .
248248+
249249*NOTE*: if you want to add support for new file type (supported by
250250"highlight" but not used by gitweb), you need to modify `%highlight_ext`
Original file line number Diff line number Diff line change @@ -1600,7 +1600,7 @@ dangling tree b24c2473f1fd3d91352a624795be026d64c8841f
16001600You will see informational messages on dangling objects. They are objects
16011601that still exist in the repository but are no longer referenced by any of
16021602your branches, and can (and will) be removed after a while with "gc".
1603- You can run `git fsck --no-dangling` to supress these messages, and still
1603+ You can run `git fsck --no-dangling` to suppress these messages, and still
16041604view real errors.
16051605
16061606[[recovering-lost-changes]]
You can’t perform that action at this time.
0 commit comments