Skip to content

Commit 8d75a1d

Browse files
Martin Ågrengitster
authored andcommitted
Documentation: turn middle-of-line tabs into spaces
These tabs happen to appear in columns where they don't stand out too much, so the diff here is non-obvious. Some of these are rendered differently by AsciiDoc and Asciidoctor (although the difference might be invisible!), which is how I found a few of them. The remainder were found using `git grep "[a-zA-Z.,)]$TAB[a-zA-Z]"`. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4c8b882 commit 8d75a1d

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

Documentation/config/diff.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ diff.external::
7373
environment variable. The command is called with parameters
7474
as described under "git Diffs" in linkgit:git[1]. Note: if
7575
you want to use an external diff program only on a subset of
76-
your files, you might want to use linkgit:gitattributes[5] instead.
76+
your files, you might want to use linkgit:gitattributes[5] instead.
7777

7878
diff.ignoreSubmodules::
7979
Sets the default value of --ignore-submodules. Note that this

Documentation/config/gc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gc.autoPackLimit::
1919
When there are more than this many packs that are not
2020
marked with `*.keep` file in the repository, `git gc
2121
--auto` consolidates them into one larger pack. The
22-
default value is 50. Setting this to 0 disables it.
22+
default value is 50. Setting this to 0 disables it.
2323

2424
gc.autoDetach::
2525
Make `git gc --auto` return immediately and run in background

Documentation/config/gpg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ gpg.format::
1616
gpg.<format>.program::
1717
Use this to customize the program used for the signing format you
1818
chose. (see `gpg.program` and `gpg.format`) `gpg.program` can still
19-
be used as a legacy synonym for `gpg.openpgp.program`. The default
19+
be used as a legacy synonym for `gpg.openpgp.program`. The default
2020
value for `gpg.x509.program` is "gpgsm".

Documentation/git-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ See also <<FILES>>.
126126

127127
--local::
128128
For writing options: write to the repository `.git/config` file.
129-
This is the default behavior.
129+
This is the default behavior.
130130
+
131131
For reading options: read only from the repository `.git/config` rather than
132132
from all available files.

Documentation/git-grep.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ OPTIONS
8888
mechanism. Only useful with `--untracked`.
8989

9090
--exclude-standard::
91-
Do not pay attention to ignored files specified via the `.gitignore`
91+
Do not pay attention to ignored files specified via the `.gitignore`
9292
mechanism. Only useful when searching files in the current directory
9393
with `--no-index`.
9494

Documentation/git-http-backend.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ScriptAliasMatch ^/git/[^/]*(.*) /usr/libexec/git-core/git-http-backend/storage.
162162

163163
Accelerated static Apache 2.x::
164164
Similar to the above, but Apache can be used to return static
165-
files that are stored on disk. On many systems this may
165+
files that are stored on disk. On many systems this may
166166
be more efficient as Apache can ask the kernel to copy the
167167
file contents from the file system directly to the network:
168168
+

Documentation/git-ls-remote.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ OPTIONS
3131
displayed.
3232

3333
--refs::
34-
Do not show peeled tags or pseudorefs like HEAD in the output.
34+
Do not show peeled tags or pseudorefs like `HEAD` in the output.
3535

3636
-q::
3737
--quiet::

Documentation/git-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ OPTIONS
146146

147147
-C <object>::
148148
--reuse-message=<object>::
149-
Take the given blob object (for example, another note) as the
149+
Take the given blob object (for example, another note) as the
150150
note message. (Use `git notes copy <object>` instead to
151151
copy notes between objects.)
152152

Documentation/gitattributes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A `gitattributes` file is a simple text file that gives
1818

1919
Each line in `gitattributes` file is of form:
2020

21-
pattern attr1 attr2 ...
21+
pattern attr1 attr2 ...
2222

2323
That is, a pattern followed by an attributes list,
2424
separated by whitespaces. Leading and trailing whitespaces are

Documentation/gitremote-helpers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ set by Git if the remote helper has the 'option' capability.
468468

469469
'option dry-run' {'true'|'false'}:
470470
If true, pretend the operation completed successfully,
471-
but don't actually change any repository data. For most
471+
but don't actually change any repository data. For most
472472
helpers this only applies to the 'push', if supported.
473473

474474
'option servpath <c-style-quoted-path>'::

0 commit comments

Comments
 (0)