Skip to content

Commit 3c2a3fd

Browse files
committed
Git 2.44
Signed-off-by: Junio C Hamano <[email protected]>
2 parents f41f85c + 0d464a4 commit 3c2a3fd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Documentation/RelNotes/2.43.3.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.44.0-rc2
4+
DEF_VER=v2.44.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)