mirror of
https://github.com/git/git.git
synced 2026-03-04 14:37:35 +01:00
Documentation/git-repo: capitalize format descriptions
The descriptions for the git-repo output formats are in lowercase. Capitalize these descriptions, making them consistent with the rest of the documentation. Signed-off-by: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
906b632c4f
commit
8b97dc367a
@@ -33,13 +33,13 @@ supported:
|
||||
+
|
||||
|
||||
`lines`:::
|
||||
output key-value pairs one per line using the `=` character as
|
||||
Output key-value pairs one per line using the `=` character as
|
||||
the delimiter between the key and the value. Values containing "unusual"
|
||||
characters are quoted as explained for the configuration variable
|
||||
`core.quotePath` (see linkgit:git-config[1]). This is the default.
|
||||
|
||||
`nul`:::
|
||||
similar to `lines`, but using a newline character as the delimiter
|
||||
Similar to `lines`, but using a newline character as the delimiter
|
||||
between the key and the value and using a _NUL_ character after each value.
|
||||
This format is better suited for being parsed by another applications than
|
||||
`lines`. Unlike in the `lines` format, the values are never quoted.
|
||||
|
||||
Reference in New Issue
Block a user