Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 898f807

Browse files
committed
Git 2.29.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a94bce6 commit 898f807

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Documentation/RelNotes/2.29.2.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Git v2.29.2 Release Notes
2+
=========================
3+
4+
This release is primarily to fix brown-paper-bag breakages in the
5+
2.29.0 release.
6+
7+
Fixes since v2.29.1
8+
-------------------
9+
10+
* In 2.29, "--committer-date-is-author-date" option of "rebase" and
11+
"am" subcommands lost the e-mail address by mistake, 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.29.1
4+
DEF_VER=v2.29.2
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.29.1.txt
1+
Documentation/RelNotes/2.29.2.txt

0 commit comments

Comments
 (0)