diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-28 10:20:30 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-28 10:20:30 +0900 |
commit | 2f899857a9f425cb59f8a15c2ea7a52100c51a23 (patch) | |
tree | f9bab969c46d764950856a5d606beb8db714c926 /Documentation/RelNotes | |
parent | Merge branch 'sg/rev-list-doc-reorder-fix' (diff) | |
download | tgif-2f899857a9f425cb59f8a15c2ea7a52100c51a23.tar.xz |
Hopefully final batch before 2.15
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.15.0.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt index 541815ee34..248ba70c3d 100644 --- a/Documentation/RelNotes/2.15.0.txt +++ b/Documentation/RelNotes/2.15.0.txt @@ -488,6 +488,10 @@ Fixes since v2.14 described in an earlier part of the doc. (merge 07c4984508 dg/filter-branch-filter-order-doc later to maint). + * A possible oom error is now caught as a fatal error, instead of + continuing and dereferencing NULL. + (merge 55d7d15847 ao/path-use-xmalloc later to maint). + * Other minor doc, test and build updates and code cleanups. (merge f094b89a4d ma/parse-maybe-bool later to maint). (merge 6cdf8a7929 ma/ts-cleanups later to maint). @@ -499,3 +503,6 @@ Fixes since v2.14 (merge 7cbbf9d6a2 ls/filter-process-delayed later to maint). (merge 488aa65c8f wk/merge-options-gpg-sign-doc later to maint). (merge e61cb19a27 jc/branch-force-doc-readability-fix later to maint). + (merge 32fceba3fd np/config-path-doc later to maint). + (merge e38c681fb7 sb/rev-parse-show-superproject-root later to maint). + (merge 4f851dc883 sg/rev-list-doc-reorder-fix later to maint). |