summaryrefslogtreecommitdiff
path: root/Documentation/gitremote-helpers.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2019-03-06 06:30:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-03-07 00:25:32 (GMT)
commit8d75a1d183e2cbb4c56c14e59aeda64a87d86a34 (patch)
tree14d31082824480b232f7a6c7a10743fbfa4c039a /Documentation/gitremote-helpers.txt
parent4c8b882ada9e2a4cfa8c97087ed91601c8b0286e (diff)
downloadgit-8d75a1d183e2cbb4c56c14e59aeda64a87d86a34.zip
git-8d75a1d183e2cbb4c56c14e59aeda64a87d86a34.tar.gz
git-8d75a1d183e2cbb4c56c14e59aeda64a87d86a34.tar.bz2
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>
Diffstat (limited to 'Documentation/gitremote-helpers.txt')
-rw-r--r--Documentation/gitremote-helpers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt
index 9d1459a..4f2905d 100644
--- a/Documentation/gitremote-helpers.txt
+++ b/Documentation/gitremote-helpers.txt
@@ -468,7 +468,7 @@ set by Git if the remote helper has the 'option' capability.
'option dry-run' {'true'|'false'}:
If true, pretend the operation completed successfully,
- but don't actually change any repository data. For most
+ but don't actually change any repository data. For most
helpers this only applies to the 'push', if supported.
'option servpath <c-style-quoted-path>'::