File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,26 @@ UI, Workflows & Features
25
25
26
26
* "git log --format='...'" learned "%(describe)" placeholder.
27
27
28
+ * "git repack" so far has been only capable of repacking everything
29
+ under the sun into a single pack (or split by size). A cleverer
30
+ strategy to reduce the cost of repacking a repository has been
31
+ introduced.
32
+
28
33
29
34
Performance, Internal Implementation, Development Support etc.
30
35
31
36
* Rename detection rework continues.
32
37
38
+ * GIT_TEST_FAIL_PREREQS is a mechanism to skip test pieces with
39
+ prerequisites to catch broken tests that depend on the side effects
40
+ of optional pieces, but did not work at all when negative
41
+ prerequisites were involved.
42
+ (merge 27d578d904 jk/fail-prereq-testfix later to maint).
43
+
44
+ * "git diff-index" codepath has been taught to trust fsmonitor status
45
+ to reduce number of lstat() calls.
46
+ (merge 7e5aa13d2c nk/diff-index-fsmonitor later to maint).
47
+
33
48
34
49
Fixes since v2.31
35
50
-----------------
@@ -97,3 +112,4 @@ Fixes since v2.31
97
112
(merge ea7e63921c jr/doc-ignore-typofix later to maint).
98
113
(merge 23c781f173 ps/update-ref-trans-hook-doc later to maint).
99
114
(merge 42efa1231a jk/filter-branch-sha256 later to maint).
115
+ (merge 4c8e3dca6e tb/push-simple-uses-branch-merge-config later to maint).
You can’t perform that action at this time.
0 commit comments