summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDan McGee <dpmcgee@gmail.com>2010-01-30 01:22:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-31 19:50:50 (GMT)
commit7eb151d6e289b98d2ad3d1a9ad08fe3693f05a24 (patch)
tree78b1390ba8ce18edc9440a494d50387a7dec7370 /Documentation
parentb0883aa6c77111e88496bd0afe073caf68ab9f99 (diff)
downloadgit-7eb151d6e289b98d2ad3d1a9ad08fe3693f05a24.zip
git-7eb151d6e289b98d2ad3d1a9ad08fe3693f05a24.tar.gz
git-7eb151d6e289b98d2ad3d1a9ad08fe3693f05a24.tar.bz2
Make NO_PTHREADS the sole thread configuration variable
When the first piece of threaded code was introduced in commit 8ecce684, it came with its own THREADED_DELTA_SEARCH Makefile option. Since this time, more threaded code has come into the codebase and a NO_PTHREADS option has also been added. Get rid of the original option as the newer, more generic option covers everything we need. Signed-off-by: Dan McGee <dpmcgee@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 997b026..45ac906 100644
--- a/Documentation/RelNotes-1.7.0.txt
+++ b/Documentation/RelNotes-1.7.0.txt
@@ -175,6 +175,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
------------------