Git fork

Git 2.44

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

+13 -1
+12
Documentation/RelNotes/2.43.3.txt
··· 1 + Git 2.43.3 Release Notes 2 + ======================== 3 + 4 + Relative to Git 2.43.2, this release fixes one regression that 5 + manifests while running "git commit -v --trailer". 6 + 7 + Fixes since Git 2.43.2 8 + ---------------------- 9 + 10 + * "git commit -v --trailer=..." was broken with recent update and 11 + placed the trailer _after_ the divider line, which has been 12 + corrected.
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v2.44.0-rc2 4 + DEF_VER=v2.44.0 5 5 6 6 LF=' 7 7 '