Skip to content

Commit b2b7b68

Browse files
lucasoshirogitster
authored andcommitted
Documentation/git-repo: replace 'NUL' with '_NUL_'
Replace all occurrences of "NUL" by "_NUL_" in git-repo.adoc, following the convention used by other documentation files. Signed-off-by: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 55a3aa1 commit b2b7b68

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
@@ -40,7 +40,7 @@ supported:
4040

4141
`nul`:::
4242
similar to `lines`, but using a newline character as the delimiter
43-
between the key and the value and using a NUL character after each value.
43+
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.
4646
+
@@ -80,7 +80,7 @@ supported:
8080
configuration variable `core.quotePath` (see linkgit:git-config[1]).
8181

8282
`nul`:::
83-
Similar to `lines`, but uses a NUL character to delimit between
83+
Similar to `lines`, but uses a _NUL_ character to delimit between
8484
key-value pairs instead of a newline. Also uses a newline character as
8585
the delimiter between the key and value instead of '='. Unlike the
8686
`lines` format, values containing "unusual" characters are never

0 commit comments

Comments
 (0)