]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes/2.34.0.txt
Merge branch 'jk/apply-binary-hunk-parsing-fix'
[thirdparty/git.git] / Documentation / RelNotes / 2.34.0.txt
1 Git 2.34 Release Notes
2 ======================
3
4 Updates since Git 2.33
5 ----------------------
6
7 UI, Workflows & Features
8
9 * Pathname expansion (like "~username/") learned a way to specify a
10 location relative to Git installation (e.g. its $sharedir which is
11 $(prefix)/share), with "%(prefix)".
12
13
14 Performance, Internal Implementation, Development Support etc.
15
16 * "git bisect" spawned "git show-branch" only to pretty-print the
17 title of the commit after checking out the next version to be
18 tested; this has been rewritten in C.
19
20 * "git add" can work better with the sparse index.
21
22 * Support for ancient versions of cURL library (pre 7.19.4) has been
23 dropped.
24
25 * A handful of tests that assumed implementation details of files
26 backend for refs have been cleaned up.
27
28 * trace2 logs learned to show parent process name to see in what
29 context Git was invoked.
30
31 * Loading of ref tips to prepare for common ancestry negotiation in
32 "git fetch-pack" has been optimized by taking advantage of the
33 commit graph when available.
34
35
36 Fixes since v2.33
37 -----------------
38
39 * Input validation of "git pack-objects --stdin-packs" has been
40 corrected.
41 (merge 561fa03529 ab/pack-stdin-packs-fix later to maint).
42
43 * Bugfix for common ancestor negotiation recently introduced in "git
44 push" code path.
45 (merge 82823118b9 jt/push-negotiation-fixes later to maint).
46
47 * Other code cleanup, docfix, build fix, etc.
48 (merge 1d9c8daef8 ab/bundle-doc later to maint).