aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Seiki Oshiro <lucasseikioshiro@gmail.com>2026-02-25 13:32:16 -0300
committerJunio C Hamano <gitster@pobox.com>2026-02-25 11:47:43 -0800
commit906b632c4f8b83c9bcc28e160fec79b912b9c5a3 (patch)
treec22d0ed47952ba28a9d56ae6cf2bd7a8bed8cee3
parent2db3d0a2268c1bdd1b9d1bf8e5f46be3ba7cb8bf (diff)
downloadgit-906b632c4f8b83c9bcc28e160fec79b912b9c5a3.tar.xz
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>
-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 319d30bd86..f76f579b20 100644
--- a/Documentation/git-repo.adoc
+++ b/Documentation/git-repo.adoc
@@ -40,7 +40,7 @@ supported:
`nul`:::
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.
+ 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.
+
@@ -80,7 +80,7 @@ supported:
configuration variable `core.quotePath` (see linkgit:git-config[1]).
`nul`:::
- Similar to `lines`, but uses a NUL character to delimit between
+ Similar to `lines`, but uses a _NUL_ character to delimit between
key-value pairs instead of a newline. Also uses a newline character as
the delimiter between the key and value instead of '='. Unlike the
`lines` format, values containing "unusual" characters are never