Skip to content

Commit 26c4f98

Browse files
committed
The fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 89519f6 commit 26c4f98

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Backward compatibility notes
88
symbolic links are ignored.
99

1010

11-
Updates since v2.32
11+
Updates since v2.31
1212
-------------------
1313

1414
UI, Workflows & Features
@@ -30,6 +30,16 @@ UI, Workflows & Features
3030
strategy to reduce the cost of repacking a repository has been
3131
introduced.
3232

33+
* The http codepath learned to let the credential layer to cache the
34+
password used to unlock a certificate that has successfully been
35+
used.
36+
37+
* "git commit --fixup=<commit>", which was to tweak the changes made
38+
to the contents while keeping the original log message intact,
39+
learned "--fixup=(amend|reword):<commit>", that can be used to
40+
tweak both the message and the contents, and only the message,
41+
respectively.
42+
3343

3444
Performance, Internal Implementation, Development Support etc.
3545

@@ -45,6 +55,10 @@ Performance, Internal Implementation, Development Support etc.
4555
to reduce number of lstat() calls.
4656
(merge 7e5aa13d2c nk/diff-index-fsmonitor later to maint).
4757

58+
* Reorganize Makefile to allow building git.o and other essential
59+
objects without extra stuff needed only for testing.
60+
61+
4862

4963
Fixes since v2.31
5064
-----------------

0 commit comments

Comments
 (0)