Git fork

Git 2.42

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+2 -2
+1 -1
Documentation/RelNotes/2.42.0.txt
··· 14 14 otherwise unreachable objects in cruft packs. 15 15 16 16 * Add more "git var" for toolsmiths to learn various locations Git is 17 - configured with either via the configuration or hardcoded defaults. 17 + configured with either via the configuration or hard-coded defaults. 18 18 19 19 * 'git notes append' was taught '--separator' to specify string to insert 20 20 between paragraphs.
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v2.42.0-rc2 4 + DEF_VER=v2.42.0 5 5 6 6 LF=' 7 7 '