summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-08-05 11:44:23 -0700
committerJunio C Hamano <gitster@pobox.com>2014-08-05 11:45:09 -0700
commitf54d3c6d7c34399f8385939b938b24ac6402424a (patch)
tree232b050e09bc6cb59ae6740e54ea1b42068d97df
parent7b69fcb181941fafda99a5ffd25cea1f685d7e70 (diff)
downloadgit-f54d3c6d7c34399f8385939b938b24ac6402424a.tar.gz
RelNotes: no more check_ref_format micro-optimization
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.1.0.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/RelNotes/2.1.0.txt b/Documentation/RelNotes/2.1.0.txt
index 5cfb0ab67a..9899e4b22b 100644
--- a/Documentation/RelNotes/2.1.0.txt
+++ b/Documentation/RelNotes/2.1.0.txt
@@ -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.