@@ -16,19 +16,39 @@ Note to those who build from the source
16
16
17
17
UI, Workflows & Features
18
18
19
- *
19
+ * Assorted updates to "git cat-file", especially "-h".
20
20
21
21
22
22
Performance, Internal Implementation, Development Support etc.
23
23
24
- *
24
+ * "git apply" (ab)used the util pointer of the string-list to keep
25
+ track of how each symbolic link needs to be handled, which has been
26
+ simplified by using strset.
27
+
28
+ * Fix a hand-rolled alloca() imitation that may have violated
29
+ alignment requirement of data being sorted in compatibility
30
+ implementation of qsort_s() and stable qsort().
31
+
32
+ * Use the parse-options API in "git reflog" command.
25
33
26
34
27
35
Fixes since v2.35
28
36
-----------------
29
37
30
38
* "rebase" and "stash" in secondary worktrees are broken in
31
39
Git 2.35.0, which has been corrected.
32
- (merge ff5b7913f0 en/keep-cwd later to maint).
40
+
41
+ * "git pull --rebase" ignored the rebase.autostash configuration
42
+ variable when the remote history is a descendant of our history,
43
+ which has been corrected.
44
+ (merge 3013d98d7a pb/pull-rebase-autostash-fix later to maint).
45
+
46
+ * "git update-index --refresh" has been taught to deal better with
47
+ racy timestamps (just like "git status" already does).
48
+ (merge 2ede073fd2 ms/update-index-racy later to maint).
33
49
34
50
* Other code cleanup, docfix, build fix, etc.
51
+ (merge cfc5cf428b jc/find-header later to maint).
52
+ (merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).
53
+ (merge 727e6ea350 jh/p4-spawning-external-commands-cleanup later to maint).
54
+ (merge 0a6adc26e2 rs/grep-expr-cleanup later to maint).
0 commit comments