Eleventh batch for 2.13

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

Junio C Hamano committed Apr 11, 2017 at 00:27 UTC cf11a67975b057a144618badf16dc4e3d25b9407
1 file changed +14
Documentation/RelNotes/2.13.0.txt
+14
@@ -165,6 +165,17 @@ UI, Workflows & Features
165 we can safely accept them case insensitively without introducing
166 ambiguity or confusion to solve this.
167
168 + * "git tag/branch/for-each-ref" family of commands long allowed to
169 + filter the refs by "--contains X" (show only the refs that are
170 + descendants of X), "--merged X" (show only the refs that are
171 + ancestors of X), "--no-merged X" (show only the refs that are not
172 + ancestors of X). One curious omission, "--no-contains X" (show
173 + only the refs that are not descendants of X) has been added to
174 + them.
175 +
176 + * The default behaviour of "git log" in an interactive session has
177 + been changed to enable "--decorate".
178 +
179
180 Performance, Internal Implementation, Development Support etc.
181
@@ -258,6 +269,8 @@ Performance, Internal Implementation, Development Support etc.
269 * Some debugging output from "git describe" were marked for l10n,
270 but some weren't. Mark missing ones for l10n.
271
272 + * Define a new task in .travis.yml that triggers a test session on
273 + Windows run elsewhere.
274
275 Also contains various documentation updates and code clean-ups.
276
@@ -444,3 +457,4 @@ notes for details).
457 (merge 4473060bc2 ab/test-readme-updates later to maint).
458 (merge 48a96972fd ab/doc-submitting later to maint).
459 (merge f5c2bc2b96 jk/make-coccicheck-detect-errors later to maint).
460 + (merge c105f563d1 cc/untracked later to maint).