Twelfth batch for 2.14

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

Junio C Hamano committed Jun 26, 2017 at 14:12 UTC e0aaa1b6532cfce93d87af9bc813fb2e7a7ce9d7
1 file changed +11 -1
Documentation/RelNotes/2.14.0.txt
+11 -1
@@ -83,7 +83,7 @@ UI, Workflows & Features
83 and also allow linking with the newer PCRE v2 library.
84
85 * "filter-branch" learned a pseudo filter "--setup" that can be used
86 - to define a common function/variable that can be used by other
86 + to define common functions/variables that can be used by other
87 filters.
88
89 * Using "git add d/i/r" when d/i/r is the top of the working tree of
@@ -91,6 +91,9 @@ UI, Workflows & Features
91 would appear as a not-quite-initialized submodule to others. We
92 learned to give warnings when this happens.
93
94 + * "git status" learned to optionally give how many stash entries the
95 + user has in its output.
96 +
97
98 Performance, Internal Implementation, Development Support etc.
99
@@ -385,5 +388,12 @@ notes for details).
388 into its own header file.
389 (merge dc8441fdb4 bw/config-h later to maint).
390
391 + * "git add -p" were updated in 2.12 timeframe to cope with custom
392 + core.commentchar but the implementation was buggy and a
393 + metacharacter like $ and * did not work.
394 + (merge d85d7ecb80 jk/add-p-commentchar-fix later to maint).
395 +
396 * Other minor doc, test and build updates and code cleanups.
397 (merge 68241cb9dd sb/t4005-modernize later to maint).
398 + (merge 4fced24712 ks/t7508-indent-fix later to maint).
399 + (merge 968b1fe263 mb/reword-autocomplete-message later to maint).