Skip to content

Commit bf949ad

Browse files
committed
Git 2.32-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e004fd6 commit bf949ad

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@ UI, Workflows & Features
124124
* "git add -i --dry-run" does not dry-run, which was surprising. The
125125
combination of options has taught to error out.
126126

127+
* "git push" learns to discover common ancestor with the receiving
128+
end over protocol v2. This will hopefully make "git push" as
129+
efficient as "git fetch" in avoiding objects from getting
130+
transferred unnecessarily.
131+
132+
* "git mailinfo" (hence "git am") learned the "--quoted-cr" option to
133+
control how lines ending with CRLF wrapped in base64 or qp are
134+
handled.
135+
127136

128137
Performance, Internal Implementation, Development Support etc.
129138

@@ -358,6 +367,10 @@ Fixes since v2.31
358367
* "git p4" learned to find branch points more efficiently.
359368
(merge 6b79818bfb jk/p4-locate-branch-point-optim later to maint).
360369

370+
* When "git update-ref -d" removes a ref that is packed, it left
371+
empty directories under $GIT_DIR/refs/ for
372+
(merge 5f03e5126d wc/packed-ref-removal-cleanup later to maint).
373+
361374
* Other code cleanup, docfix, build fix, etc.
362375
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
363376
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).
@@ -379,3 +392,6 @@ Fixes since v2.31
379392
(merge 7a14acdbe6 po/diff-patch-doc later to maint).
380393
(merge f91371b948 pw/patience-diff-clean-up later to maint).
381394
(merge 3a7f0908b6 mt/clean-clean later to maint).
395+
(merge d4e2d15a8b ab/streaming-simplify later to maint).
396+
(merge 0e59f7ad67 ah/merge-ort-i18n later to maint).
397+
(merge e6f68f62e0 ls/typofix later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.31.GIT
4+
DEF_VER=v2.32.0-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)