aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-08 13:20:34 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-08 13:20:34 -0800
commit2a10505a77b4f7e8a8d51387638182edd280d2b3 (patch)
treea4c5885d4e4911816dbf834381b0260f572751be /Documentation/git.txt
parentbec916039422e5b67c996e0180148fc5d30b0324 (diff)
parent51e846e673ca749273534d063082627a561f7622 (diff)
downloadgit-2a10505a77b4f7e8a8d51387638182edd280d2b3.tar.gz
Merge branch 'ja/doc-placeholders-fix'
Docfix. * ja/doc-placeholders-fix: doc: enforce placeholders in documentation doc: enforce dashes in placeholders
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index da4e8d1303..0d25224c96 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -202,7 +202,7 @@ If you just want to run git as if it was started in `<path>` then use
Do not perform optional operations that require locks. This is
equivalent to setting the `GIT_OPTIONAL_LOCKS` to `0`.
---list-cmds=group[,group...]::
+--list-cmds=<group>[,<group>...]::
List commands by group. This is an internal/experimental
option and may change or be removed in the future. Supported
groups are: builtins, parseopt (builtin commands that use
@@ -842,7 +842,7 @@ of the SID and an optional counter (to avoid filename
collisions).
+
In addition, if the variable is set to
-`af_unix:[<socket_type>:]<absolute-pathname>`, Git will try
+`af_unix:[<socket-type>:]<absolute-pathname>`, Git will try
to open the path as a Unix Domain Socket. The socket type
can be either `stream` or `dgram`.
+