summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-05-20 17:51:23 -0700
committerJunio C Hamano <gitster@pobox.com>2022-05-20 17:51:23 -0700
commit72ea2ca8dec6a3ae3698a59fac2a20a56056fc30 (patch)
treeeb5a837e0640457f44eb454d0d731f16923281d2 /git.txt
parent27d3c17733fa8f10acf11076634fe9f11bb955a0 (diff)
downloadgit-htmldocs-72ea2ca8dec6a3ae3698a59fac2a20a56056fc30.tar.gz
Autogenerated HTML docs for v2.36.1-153-gf9b95
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git.txt b/git.txt
index 13f83a2a3..302607a49 100644
--- a/git.txt
+++ b/git.txt
@@ -9,7 +9,7 @@ git - the stupid content tracker
SYNOPSIS
--------
[verse]
-'git' [--version] [--help] [-C <path>] [-c <name>=<value>]
+'git' [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|-P|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
@@ -39,6 +39,7 @@ or https://git-scm.com/docs.
OPTIONS
-------
+-v::
--version::
Prints the Git suite version that the 'git' program came from.
+
@@ -46,6 +47,7 @@ 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`.
+-h::
--help::
Prints the synopsis and a list of the most commonly used
commands. If the option `--all` or `-a` is given then all