]> git.ipfire.org Git - thirdparty/git.git/commitdiff
RelNotes: no more check_ref_format micro-optimization
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Aug 2014 18:44:23 +0000 (11:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Aug 2014 18:45:09 +0000 (11:45 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.1.0.txt

index 5cfb0ab67a7f01bf5b29e0407611a788de95817c..9899e4b22b85faa04e82f0f6067721b1961f57b1 100644 (file)
@@ -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.