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-11-04 22:22:10 +0300
committerJunio C Hamano <gitster@pobox.com>2021-11-04 22:22:10 +0300
commit494cb27e577f82b612eebe0a9a62aec13aeee4de (patch)
tree2aabe1f72508123f3675a820b9863d4ede6a31ff /Documentation
parentecb8d9d11ed97619f17e2c98d49409aa8127653f (diff)
parent82a57cd13fa12b30607ebe5fabf51a2ade638f2c (diff)
Merge branch 'ma/doc-git-version' into maint
Typofix. * ma/doc-git-version: git.txt: fix typo
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 95fe6f31b4..6bb06d0b52 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`.