diff options
| author | Jean-Noël Avila <jn.avila@free.fr> | 2024-03-16 15:21:41 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-03-16 10:04:53 -0700 |
| commit | 67471bc704434412b367b570ad330330354598ed (patch) | |
| tree | f5acdea802e19ae7f63a034c86a2855a19a5b42c /Documentation/git.txt | |
| parent | 0620ae0f5bf0f029def9e4ad27308698dfd0fdaf (diff) | |
| download | git-67471bc704434412b367b570ad330330354598ed.tar.xz | |
doc: fix some placeholders formating
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Acked-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
| -rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 0d25224c96..b0c05bbd0d 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -942,7 +942,7 @@ will never be returned from the commit-graph at the cost of performance. `GIT_PROTOCOL`:: For internal use only. Used in handshaking the wire protocol. Contains a colon ':' separated list of keys with optional values - 'key[=value]'. Presence of unknown keys and values must be + '<key>[=<value>]'. Presence of unknown keys and values must be ignored. + Note that servers may need to be configured to allow this variable to |
