Eighth batch for 2.13

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

Junio C Hamano committed Mar 27, 2017 at 11:00 UTC e0ef7fe78c46e6919d249b9547948a3bb7321dea
1 file changed +22
Documentation/RelNotes/2.13.0.txt
+22
@@ -128,6 +128,16 @@ UI, Workflows & Features
128 * Recent update to "rebase -i" started showing a message that is not
129 a warning with "warning:" prefix by mistake. This has been fixed.
130
131 + * Recently we started passing the "--push-options" through the
132 + external remote helper interface; now the "smart HTTP" remote
133 + helper understands what to do with the passed information.
134 +
135 + * "git describe --dirty" dies when it cannot be determined if the
136 + state in the working tree matches that of HEAD (e.g. broken
137 + repository or broken submodule). The command learned a new option
138 + "git describe --broken" to give "$name-broken" (where $name is the
139 + description of HEAD) in such a case.
140 +
141
142 Performance, Internal Implementation, Development Support etc.
143
@@ -207,6 +217,9 @@ Performance, Internal Implementation, Development Support etc.
217 implementation by Marc Stevens (CWI) and Dan Shumow (Microsoft)
218 has been integrated and made the default.
219
220 + * The test framework learned to detect unterminated here documents.
221 +
222 +
223 Also contains various documentation updates and code clean-ups.
224
225
@@ -357,6 +370,11 @@ notes for details).
370 v2.10.2) to "git log --pickaxe-regex -S".
371 (merge f53c5de29c js/regexec-buf later to maint).
372
373 + * A few unterminated here documents in tests were fixed, which in
374 + turn revealed incorrect expectations the tests make. These tests
375 + have been updated.
376 + (merge b42ca35e5c st/verify-tag later to maint).
377 +
378 * Other minor doc, test and build updates and code cleanups.
379 (merge dfa3ad3238 rs/blame-code-cleanup later to maint).
380 (merge ffddfc6328 jk/rev-parse-cleanup later to maint).
@@ -366,3 +384,7 @@ notes for details).
384 (merge ba6746c08f rs/path-name-safety-cleanup later to maint).
385 (merge d41626ff9e rs/shortlog-cleanup later to maint).
386 (merge dce96c41f9 rs/update-hook-optim later to maint).
387 + (merge 37e61153e2 jk/quote-env-path-list-component later to maint).
388 + (merge a4dded0189 sb/submodule-update-initial-runs-custom-script later to maint).
389 + (merge 70471ed9bb sb/t3600-rephrase later to maint).
390 + (merge e7e183d6ee km/config-grammofix later to maint).