Skip to content

Commit

Permalink
Git 2.47-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Oct 2, 2024
1 parent ead0a05 commit 111e864
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Documentation/RelNotes/2.47.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ Performance, Internal Implementation, Development Support etc.
* Give timeout to the locking code to write to reftable, instead of
failing on the first failure without retrying.

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


Fixes since v2.46
-----------------
Expand Down Expand Up @@ -317,6 +322,12 @@ Fixes since v2.46
wasn't in any repository while processing includeIf.onbranch
configuration and instead crashed.

* When "git sparse-checkout disable" turns a sparse checkout into a
regular checkout, the index is fully expanded. This totally
expected behaviour however had an "oops, we are expanding the
index" advice message, which has been corrected.
(merge 537e516a39 ds/sparse-checkout-expansion-advice later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
(merge 4460e052e0 jc/range-diff-lazy-setup later to maint).
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.47.0-rc0
DEF_VER=v2.47.0-rc1

LF='
'
Expand Down

0 comments on commit 111e864

Please sign in to comment.