A bit more topics before -rc1

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jun 1, 2018 at 15:16 UTC c2c7d17b030646b40e6764ba34a5ebf66aee77af
1 file changed +22
Documentation/RelNotes/2.18.0.txt
+22
@@ -144,6 +144,9 @@ UI, Workflows & Features
144 from the other side; instead, just let cURL library to advertise
145 and negotiate the best one.
146
147 + * "git p4" learned to "unshelve" shelved commit from P4.
148 + (merge 123f631761 ld/p4-unshelve later to maint).
149 +
150
151 Performance, Internal Implementation, Development Support etc.
152
@@ -290,6 +293,15 @@ Performance, Internal Implementation, Development Support etc.
293 to test the moral equivalent of the original without hardcoding the
294 actual object names.
295
296 + * The list of commands with their various attributes were spread
297 + across a few places in the build procedure, but it now is getting a
298 + bit more consolidated to allow more automation.
299 +
300 + * Quite a many tests assumed that newly created refs are made as
301 + loose refs using the files backend, which have been updated to use
302 + proper plumbing like rev-parse and update-ref, to avoid breakage
303 + once we start using different ref backends.
304 +
305
306 Also contains various documentation updates and code clean-ups.
307
@@ -488,6 +500,14 @@ Fixes since v2.17
500 which have been corrected.
501 (merge 17154b1576 ma/regex-no-regfree-after-comp-fail later to maint).
502
503 + * The import-tars script (in contrib/) has been taught to handle
504 + tarballs with overly long paths that use PAX extended headers.
505 + (merge 12ecea46e3 pa/import-tars-long-names later to maint).
506 +
507 + * "git rev-parse Y..." etc. misbehaved when given endpoints were
508 + not committishes.
509 + (merge 0ed556d38f en/rev-parse-invalid-range later to maint).
510 +
511 * Other minor doc, test and build updates and code cleanups.
512 (merge 248f66ed8e nd/trace-with-env later to maint).
513 (merge 14ced5562c ys/bisect-object-id-missing-conversion-fix later to maint).
@@ -519,3 +539,5 @@ Fixes since v2.17
539 (merge 58bd77b66a nd/pack-unreachable-objects-doc later to maint).
540 (merge 4ed79d5203 sg/t6500-no-redirect-of-stdin later to maint).
541 (merge 17b8a2d6cd jk/config-blob-sans-repo later to maint).
542 + (merge 590551ca2c rd/tag-doc-lightweight later to maint).
543 + (merge 44f560fc16 rd/init-typo later to maint).