@@ -165,6 +165,17 @@ UI, Workflows & Features
165
165
we can safely accept them case insensitively without introducing
166
166
ambiguity or confusion to solve this.
167
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
+
168
179
169
180
Performance, Internal Implementation, Development Support etc.
170
181
@@ -258,6 +269,8 @@ Performance, Internal Implementation, Development Support etc.
258
269
* Some debugging output from "git describe" were marked for l10n,
259
270
but some weren't. Mark missing ones for l10n.
260
271
272
+ * Define a new task in .travis.yml that triggers a test session on
273
+ Windows run elsewhere.
261
274
262
275
Also contains various documentation updates and code clean-ups.
263
276
@@ -444,3 +457,4 @@ notes for details).
444
457
(merge 4473060bc2 ab/test-readme-updates later to maint).
445
458
(merge 48a96972fd ab/doc-submitting later to maint).
446
459
(merge f5c2bc2b96 jk/make-coccicheck-detect-errors later to maint).
460
+ (merge c105f563d1 cc/untracked later to maint).
0 commit comments