aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Seiki Oshiro <lucasseikioshiro@gmail.com>2026-02-25 13:32:17 -0300
committerJunio C Hamano <gitster@pobox.com>2026-02-25 11:47:43 -0800
commit8b97dc367a9dce2c5f14c8012ac1025c3ec70121 (patch)
treedce04d279301cf605294a41ba3cc7170ad709c8b
parent906b632c4f8b83c9bcc28e160fec79b912b9c5a3 (diff)
downloadgit-8b97dc367a9dce2c5f14c8012ac1025c3ec70121.tar.xz
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>
-rw-r--r--Documentation/git-repo.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-repo.adoc b/Documentation/git-repo.adoc
index f76f579b20..5e2968b707 100644
--- a/Documentation/git-repo.adoc
+++ b/Documentation/git-repo.adoc
@@ -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.