diff-lib: stop calling diff_setup_done() in do_diff_cache()
[alt-git.git] / Documentation / RelNotes / 2.40.0.txt
blob669a03518be3e936947b2e7a46bad820fce944e4
1 Git v2.40 Release Notes
2 =======================
4 UI, Workflows & Features
6  * "merge-tree" learns a new `--merge-base` option.
8  * "git jump" (in contrib/) learned to present the "quickfix list" to
9    its standard output (instead of letting it consumed by the editor
10    it invokes), and learned to also drive emacs/emacsclient.
12  * "git var UNKNOWN_VARIABLE" and "git var VARIABLE" with the variable
13    given an empty value used to behave identically.  Now the latter
14    just gives an empty output, while the former still gives an error
15    message.
18 Performance, Internal Implementation, Development Support etc.
20  * `git bisect` becomes a builtin.
22  * The pack-bitmap machinery is taught to log the paths of redundant
23    bitmap(s) to trace2 instead of stderr.
27 Fixes since v2.39
28 -----------------
30  * Various leak fixes.
31    (merge ac95f5d36a ab/various-leak-fixes later to maint).
33  * Fix a bug where `pack-objects` would not respect multiple `--filter`
34    arguments when invoked directly.
35    (merge d4f7036887 rs/multi-filter-args later to maint).
37  * Other code cleanup, docfix, build fix, etc.