diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-31 12:09:35 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-31 12:09:35 -0800 |
commit | 2ee8c5b647cf0800e4eb41d84f78f4c3be02df53 (patch) | |
tree | d840b37747d051fc28472d598057b8dcbb7e2470 /Documentation | |
parent | 9f7a3c19dee2064b24b6b9fd5d6f6e770d4d539c (diff) | |
parent | 7eb151d6e289b98d2ad3d1a9ad08fe3693f05a24 (diff) | |
download | git-2ee8c5b647cf0800e4eb41d84f78f4c3be02df53.tar.gz |
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.txt | 3 |
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 ------------------ |