diff options
author | 2020-10-29 14:25:15 -0700 | |
---|---|---|
committer | 2020-10-29 14:25:15 -0700 | |
commit | ad27df6a5cff694add500ab8c7f97234feb4a91f (patch) | |
tree | a2ae102b5d03db756471c70d88590b177d7bfd9c | |
parent | First batch (diff) | |
parent | Git 2.29.2 (diff) | |
download | tgif-ad27df6a5cff694add500ab8c7f97234feb4a91f.tar.xz |
Sync with Git 2.29.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.29.2.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.29.2.txt b/Documentation/RelNotes/2.29.2.txt new file mode 100644 index 0000000000..632b5b580a --- /dev/null +++ b/Documentation/RelNotes/2.29.2.txt @@ -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. |