RelNotes: the eleventh batch

Hopefully the last one before -rc0 Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Dec 27, 2017 at 11:20 UTC 29533fb16899725af9306e0c3b83da8954c0e48a
1 file changed +41
Documentation/RelNotes/2.16.0.txt
+41
@@ -120,6 +120,13 @@ UI, Workflows & Features
120 who are used to seeing abbreviated object names and find them
121 confusing with the range syntax.
122
123 + * With a configuration variable rebase.abbreviateCommands set,
124 + "git rebase -i" produces the todo list with a single-letter
125 + command names.
126 +
127 + * "git worktree add" learned to run the post-checkout hook, just like
128 + "git checkout" does, after the initial checkout.
129 +
130
131 Performance, Internal Implementation, Development Support etc.
132
@@ -183,6 +190,17 @@ Performance, Internal Implementation, Development Support etc.
190 * The tracing infrastructure has been optimized for cases where no
191 tracing is requested.
192
193 + * In preparation for implementing narrow/partial clone, the object
194 + walking machinery has been taught a way to tell it to "filter" some
195 + objects from enumeration.
196 +
197 + * A few structures and variables that are implementation details of
198 + the decorate API have been renamed and then the API got documented
199 + better.
200 +
201 + * Assorted updates for TravisCI integration.
202 + (merge 4f26366679 sg/travis-fixes later to maint).
203 +
204 Also contains various documentation updates and code clean-ups.
205
206
@@ -374,6 +392,19 @@ Fixes since v2.15
392 lost.
393 (merge abfb04d0c7 ls/editor-waiting-message later to maint).
394
395 + * The "safe crlf" check incorrectly triggered for contents that does
396 + not use CRLF as line endings, which has been corrected.
397 + (merge 649f1f0948 tb/check-crlf-for-safe-crlf later to maint).
398 +
399 + * "git clone --shared" to borrow from a (secondary) worktree did not
400 + work, even though "git clone --local" did. Both are now accepted.
401 + (merge b3b05971c1 es/clone-shared-worktree later to maint).
402 +
403 + * The build procedure now allows not just the repositories but also
404 + the refs to be used to take pre-formatted manpages and html
405 + documents to install.
406 + (merge 65289e9dcd rb/quick-install-doc later to maint).
407 +
408 * Other minor doc, test and build updates and code cleanups.
409 (merge 1a1fc2d5b5 rd/man-prune-progress later to maint).
410 (merge 0ba014035a rd/man-reflog-add-n later to maint).
@@ -384,3 +415,13 @@ Fixes since v2.15
415 (merge 5e83cca0b8 jk/no-optional-locks later to maint).
416 (merge 826c778f7c js/hashmap-update-sample later to maint).
417 (merge 176b2d328c sg/setup-doc-update later to maint).
418 + (merge 1b09073514 rs/am-builtin-leakfix later to maint).
419 + (merge addcf6cfde rs/fmt-merge-msg-string-leak-fix later to maint).
420 + (merge c3ff8f6c14 rs/strbuf-read-once-reset-length later to maint).
421 + (merge 6b0eb884f9 db/doc-workflows-neuter-the-maintainer later to maint).
422 + (merge 8c87bdfb21 jk/cvsimport-quoting later to maint).
423 + (merge 176cb979fe rs/fmt-merge-msg-leakfix later to maint).
424 + (merge 5a03360e73 tb/delimit-pretty-trailers-args-with-comma later to maint).
425 + (merge d0e6326026 ot/pretty later to maint).
426 + (merge 44103f4197 sb/test-helper-excludes later to maint).
427 + (merge 170078693f jt/transport-no-more-rsync later to maint).