Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-07-31 01:25:14 +0400
committerJunio C Hamano <gitster@pobox.com>2014-07-31 01:25:14 +0400
commitaa0ba07a026db61af7d95057dd3eb8b6c819dd06 (patch)
tree6d0c95beb70b481d5aade7adc64424dccfcaec18 /Documentation/RelNotes
parent0d9cb2d14e4f26c122ab2532b4ceb3e757fb87b7 (diff)
Update draft release notes to 2.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.1.0.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/RelNotes/2.1.0.txt b/Documentation/RelNotes/2.1.0.txt
index be598ad7a2..5cfb0ab67a 100644
--- a/Documentation/RelNotes/2.1.0.txt
+++ b/Documentation/RelNotes/2.1.0.txt
@@ -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