Update draft release notes to 2.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2014-07-30 14:25:14 -07:00
Родитель 0d9cb2d14e
Коммит aa0ba07a02
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -138,10 +138,12 @@ Performance, Internal Implementation, etc.
when only small part of the working tree changes.
* Effort to shrink the size of patches Windows folks maintain on top
by upstreaming them continues.
by upstreaming them continues. More tests that are not applicable
to the Windows environment are identified and either skipped or
made more portable.
* Patches maintained by msysgit folks for Windows port are being
upstreamed here a bit by bit.
* 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