Signed-off-by: Junio C Hamano <gitster@pobox.com>
--- /dev/null
+Git 2.43.3 Release Notes
+========================
+
+Relative to Git 2.43.2, this release fixes one regression that
+manifests while running "git commit -v --trailer".
+
+Fixes since Git 2.43.2
+----------------------
+
+ * "git commit -v --trailer=..." was broken with recent update and
+ placed the trailer _after_ the divider line, which has been
+ corrected.
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.43.2
+DEF_VER=v2.43.3
LF='
'
-Documentation/RelNotes/2.43.2.txt
\ No newline at end of file
+Documentation/RelNotes/2.43.3.txt
\ No newline at end of file