@@ -165,6 +165,17 @@ UI, Workflows & Features
165165 we can safely accept them case insensitively without introducing
166166 ambiguity or confusion to solve this.
167167
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+
168179
169180Performance, Internal Implementation, Development Support etc.
170181
@@ -258,6 +269,8 @@ Performance, Internal Implementation, Development Support etc.
258269 * Some debugging output from "git describe" were marked for l10n,
259270 but some weren't. Mark missing ones for l10n.
260271
272+ * Define a new task in .travis.yml that triggers a test session on
273+ Windows run elsewhere.
261274
262275Also contains various documentation updates and code clean-ups.
263276
@@ -444,3 +457,4 @@ notes for details).
444457 (merge 4473060bc2 ab/test-readme-updates later to maint).
445458 (merge 48a96972fd ab/doc-submitting later to maint).
446459 (merge f5c2bc2b96 jk/make-coccicheck-detect-errors later to maint).
460+ (merge c105f563d1 cc/untracked later to maint).
0 commit comments