diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-01-10 14:01:50 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-01-10 14:01:50 -0800 |
commit | 650b1037063d81a9cbcb23cc409eb27f652ae53d (patch) | |
tree | 46170ee74ecd99643b65d010b497aa0cc829d572 /Documentation | |
parent | fac910641a3795a7a6a5b5d4fb51719ea96d159c (diff) | |
download | git-650b1037063d81a9cbcb23cc409eb27f652ae53d.tar.gz |
RelNotes update before -rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.16.0.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.16.0.txt b/Documentation/RelNotes/2.16.0.txt index c648c128e8..0c8464492e 100644 --- a/Documentation/RelNotes/2.16.0.txt +++ b/Documentation/RelNotes/2.16.0.txt @@ -441,6 +441,15 @@ Fixes since v2.15 credential helper fail. (merge 4c267f2ae3 jd/fix-strbuf-add-urlencode-bytes later to maint). + * "git rebase -p -X<option>" did not propagate the option properly + down to underlying merge strategy backend. + (merge dd6fb0053c js/fix-merge-arg-quoting-in-rebase-p later to maint). + + * "git merge -s recursive" did not correctly abort when the index is + dirty, if the merged tree happened to be the same as the current + HEAD, which has been fixed. + (merge f309e8e768 ew/empty-merge-with-dirty-index-maint later to maint). + * Other minor doc, test and build updates and code cleanups. (merge 1a1fc2d5b5 rd/man-prune-progress later to maint). (merge 0ba014035a rd/man-reflog-add-n later to maint). @@ -467,3 +476,4 @@ Fixes since v2.15 (merge 3f824e91c8 jk/test-suite-tracing later to maint). (merge 1feb061701 db/doc-config-section-names-with-bs later to maint). (merge 74dea0e13c jh/memihash-opt later to maint). + (merge 2e9fdc795c ma/bisect-leakfix later to maint). |