Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-30 01:43:14 +0300
committerJunio C Hamano <gitster@pobox.com>2021-10-30 01:43:14 +0300
commit8b3bef88f7b887d9486f678bf191184e50656b2c (patch)
treeeb2d369fbb385e5813df91ee3dee798373afa954 /Documentation/git.txt
parentcca0a9da0535b18869d8c64fbcdd17bbccf87569 (diff)
parent82a57cd13fa12b30607ebe5fabf51a2ade638f2c (diff)
Merge branch 'ma/doc-git-version'
Typofix. * ma/doc-git-version: git.txt: fix typo
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index d63c65e67d..281c5f8cae 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -42,7 +42,7 @@ OPTIONS
--version::
Prints the Git suite version that the 'git' program came from.
+
-This option is internaly converted to `git version ...` and accepts
+This option is internally converted to `git version ...` and accepts
the same options as the linkgit:git-version[1] command. If `--help` is
also given, it takes precedence over `--version`.