Skip to content

Commit 8b97dc3

Browse files
lucasoshirogitster
authored andcommitted
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>
1 parent 906b632 commit 8b97dc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/git-repo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ supported:
3333
+
3434

3535
`lines`:::
36-
output key-value pairs one per line using the `=` character as
36+
Output key-value pairs one per line using the `=` character as
3737
the delimiter between the key and the value. Values containing "unusual"
3838
characters are quoted as explained for the configuration variable
3939
`core.quotePath` (see linkgit:git-config[1]). This is the default.
4040

4141
`nul`:::
42-
similar to `lines`, but using a newline character as the delimiter
42+
Similar to `lines`, but using a newline character as the delimiter
4343
between the key and the value and using a _NUL_ character after each value.
4444
This format is better suited for being parsed by another applications than
4545
`lines`. Unlike in the `lines` format, the values are never quoted.

0 commit comments

Comments
 (0)