mirror of
https://github.com/git/git.git
synced 2024-10-31 14:27:54 +01:00
RelNotes: no more check_ref_format micro-optimization
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
7b69fcb181
commit
f54d3c6d7c
1 changed files with 0 additions and 6 deletions
|
@ -145,12 +145,6 @@ Performance, Internal Implementation, etc.
|
|||
* Eradication of "test $condition -a $condition" from our scripts
|
||||
continues.
|
||||
|
||||
* The leaf function to check validity of a refname format has been
|
||||
micro-optimized, using SSE2 instructions when available. A few
|
||||
breakages during its development have been caught and fixed already
|
||||
but there might remain some more still; please test and report if
|
||||
you find any.
|
||||
|
||||
* The `core.deltabasecachelimit` used to default to 16 MiB , but this
|
||||
proved to be too small, and has been bumped to 96 MiB.
|
||||
|
||||
|
|
Loading…
Reference in a new issue