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:
54
54
55
55
diff.statGraphWidth::
56
56
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.
58
58
59
59
diff.external::
60
60
If this config variable is set, diff generation is not
Original file line number Diff line number Diff line change 9
9
--------
10
10
[verse]
11
11
'git column' [--command=<name>] [--[raw-]mode=<mode>] [--width=<width>]
12
- [--indent=<string>] [--nl=<string>] [--pading =<n>]
12
+ [--indent=<string>] [--nl=<string>] [--padding =<n>]
13
13
14
14
DESCRIPTION
15
15
-----------
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ OPTIONS
45
45
Each '-p' indicates the id of a parent commit object.
46
46
47
47
-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
49
49
once and each <message> becomes its own paragraph.
50
50
51
51
-F <file>::
Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ other
734
734
735
735
'GIT_EDITOR'::
736
736
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,
738
738
an editor is to be launched. See also linkgit:git-var[1]
739
739
and the `core.editor` option in linkgit:git-config[1].
740
740
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ $highlight_bin::
244
244
By default set to 'highlight'; set it to full path to highlight
245
245
executable if it is not installed on your web server's PATH.
246
246
Note that 'highlight' feature must be set for gitweb to actually
247
- use syntax hightlighting .
247
+ use syntax highlighting .
248
248
+
249
249
*NOTE*: if you want to add support for new file type (supported by
250
250
"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
1600
1600
You will see informational messages on dangling objects. They are objects
1601
1601
that still exist in the repository but are no longer referenced by any of
1602
1602
your 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
1604
1604
view real errors.
1605
1605
1606
1606
[[recovering-lost-changes]]
You can’t perform that action at this time.
0 commit comments