summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-01-31 12:09:35 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-01-31 12:09:35 -0800
commit2ee8c5b647cf0800e4eb41d84f78f4c3be02df53 (patch)
treed840b37747d051fc28472d598057b8dcbb7e2470 /Documentation
parentRPM packaging: use %global inside %{!?...} (diff)
parentMake NO_PTHREADS the sole thread configuration variable (diff)
downloadtgif-2ee8c5b647cf0800e4eb41d84f78f4c3be02df53.tar.xz
Merge branch 'dm/make-threaded-simplify'
* dm/make-threaded-simplify: Make NO_PTHREADS the sole thread configuration variable
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.7.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.7.0.txt b/Documentation/RelNotes-1.7.0.txt
index f33e85da94..7ed6a3af2e 100644
--- a/Documentation/RelNotes-1.7.0.txt
+++ b/Documentation/RelNotes-1.7.0.txt
@@ -182,6 +182,9 @@ Updates since v1.6.6
* Many more commands are now built-in.
+ * THREADED_DELTA_SEARCH is no more. If you build with threads, delta
+ compression will always take advantage of it.
+
Fixes since v1.6.6
------------------