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-10-25 02:02:17 +0400
committerJunio C Hamano <gitster@pobox.com>2014-10-25 02:02:17 +0400
commitfbecd99861ea5795aeba46faf2ac7a8c1b70d485 (patch)
tree2e47558df916b625df7ab43df64d8f537d72938d /Documentation/RelNotes/2.2.0.txt
parenta33043f6393ae2a737f08d4f42d78fb06ba1e107 (diff)
Update draft release notes to 2.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.2.0.txt')
-rw-r--r--Documentation/RelNotes/2.2.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.2.0.txt b/Documentation/RelNotes/2.2.0.txt
index 8d413feb8c..b8017a6140 100644
--- a/Documentation/RelNotes/2.2.0.txt
+++ b/Documentation/RelNotes/2.2.0.txt
@@ -9,6 +9,8 @@ Ports
* Building on older MacOS X systems automatically sets
the necessary NO_APPLE_COMMON_CRYPTO build-time option.
+ * The support to build with NO_PTHREADS has been resurrected.
+
UI, Workflows & Features
@@ -144,6 +146,10 @@ Performance, Internal Implementation, etc.
* The scripts in the test suite can be run with "-x" option to show
a shell-trace of each command run in them.
+ * The "run-command" API learned to manage the argv and environment
+ array for child process, alleviating the need for the callers to
+ allocate and deallocate them.
+
Also contains various documentation updates and code clean-ups.
@@ -261,3 +267,8 @@ notes for details).
* Newer versions of 'meld' breaks the auto-detection we use to see if
they are new enough to support the `--output` option.
(merge b12d045 da/mergetool-meld later to maint).
+
+ * "git pack-objects" forgot to disable the codepath to generate
+ object recheability bitmap when it needs to split the resulting
+ pack.
+ (merge 2113471 jk/pack-objects-no-bitmap-when-splitting later to maint).