Skip to content

Commit 38062e7

Browse files
committed
The first batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ee52b35 commit 38062e7

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

Documentation/RelNotes/2.36.0.txt

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,39 @@ Note to those who build from the source
1616

1717
UI, Workflows & Features
1818

19-
*
19+
* Assorted updates to "git cat-file", especially "-h".
2020

2121

2222
Performance, Internal Implementation, Development Support etc.
2323

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.
2533

2634

2735
Fixes since v2.35
2836
-----------------
2937

3038
* "rebase" and "stash" in secondary worktrees are broken in
3139
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).
3349

3450
* 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

Comments
 (0)