Browse Source

Git 2.29.2

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v2.29.2
Junio C Hamano 4 years ago
parent
commit
898f80736c
  1. 12
      Documentation/RelNotes/2.29.2.txt
  2. 2
      GIT-VERSION-GEN
  3. 2
      RelNotes

12
Documentation/RelNotes/2.29.2.txt

@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
Git v2.29.2 Release Notes
=========================

This release is primarily to fix brown-paper-bag breakages in the
2.29.0 release.

Fixes since v2.29.1
-------------------

* In 2.29, "--committer-date-is-author-date" option of "rebase" and
"am" subcommands lost the e-mail address by mistake, which has been
corrected.

2
GIT-VERSION-GEN

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.29.1
DEF_VER=v2.29.2

LF='
'

2
RelNotes

@ -1 +1 @@ @@ -1 +1 @@
Documentation/RelNotes/2.29.1.txt
Documentation/RelNotes/2.29.2.txt
Loading…
Cancel
Save