Skip to content

Commit 111e864

Browse files
committed
Git 2.47-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ead0a05 commit 111e864

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Documentation/RelNotes/2.47.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ Performance, Internal Implementation, Development Support etc.
162162
* Give timeout to the locking code to write to reftable, instead of
163163
failing on the first failure without retrying.
164164

165+
* The checksum at the tail of files are now computed without
166+
collision detection protection. This is safe as the consumer of
167+
the information to protect itself from replay attacks checks for
168+
hash collisions independently.
169+
165170

166171
Fixes since v2.46
167172
-----------------
@@ -317,6 +322,12 @@ Fixes since v2.46
317322
wasn't in any repository while processing includeIf.onbranch
318323
configuration and instead crashed.
319324

325+
* When "git sparse-checkout disable" turns a sparse checkout into a
326+
regular checkout, the index is fully expanded. This totally
327+
expected behaviour however had an "oops, we are expanding the
328+
index" advice message, which has been corrected.
329+
(merge 537e516a39 ds/sparse-checkout-expansion-advice later to maint).
330+
320331
* Other code cleanup, docfix, build fix, etc.
321332
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
322333
(merge 4460e052e0 jc/range-diff-lazy-setup 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.47.0-rc0
4+
DEF_VER=v2.47.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)