summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-21 18:34:58 +0200
committerJunio C Hamano <gitster@pobox.com>2023-08-21 18:34:58 +0200
commit43c8a30d150ecede9709c1f2527c8fba92c65f40 (patch)
treeec44278158a284553bcd943ecb8ab9a791a95a80 /Documentation
parentMerge branch 'jk/function-pointer-mismatches-fix' (early part) (diff)
downloadgit-43c8a30d150ecede9709c1f2527c8fba92c65f40.tar.xz
git-43c8a30d150ecede9709c1f2527c8fba92c65f40.zip
Git 2.42v2.42.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.42.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.42.0.txt b/Documentation/RelNotes/2.42.0.txt
index 8ae2d7d5d0..0f1897ad5f 100644
--- a/Documentation/RelNotes/2.42.0.txt
+++ b/Documentation/RelNotes/2.42.0.txt
@@ -14,7 +14,7 @@ UI, Workflows & Features
otherwise unreachable objects in cruft packs.
* Add more "git var" for toolsmiths to learn various locations Git is
- configured with either via the configuration or hardcoded defaults.
+ configured with either via the configuration or hard-coded defaults.
* 'git notes append' was taught '--separator' to specify string to insert
between paragraphs.