completion: bash: fix gitk alias regression
[git] / Documentation / RelNotes / 2.30.0.txt
1 Git 2.30 Release Notes
2 ======================
3
4 Updates since v2.29
5 -------------------
6
7 UI, Workflows & Features
8
9
10 Performance, Internal Implementation, Development Support etc.
11
12
13 Fixes since v2.29
14 -----------------
15
16  * In 2.29, "--committer-date-is-author-date" option of "rebase" and
17    "am" subcommands lost the e-mail address by mistake, which has been
18    corrected.
19    (merge 5f35edd9d7 jk/committer-date-is-author-date-fix later to maint).
20
21  * Other code cleanup, docfix, build fix, etc.
22    (merge 3e0a5dc9af cc/doc-filter-branch-typofix later to maint).