@@ -77,6 +77,14 @@ UI, Workflows & Features
7777 * A recent updates to "git p4" was not usable for older p4 but it
7878 could be made to work with minimum changes. Do so.
7979
80+ * "git diff" learned diff.interHunkContext configuration variable
81+ that gives the default value for its --inter-hunk-context option.
82+
83+ * The prereleaseSuffix feature of version comparison that is used in
84+ "git tag -l" did not correctly when two or more prereleases for the
85+ same release were present (e.g. when 2.0, 2.0-beta1, and 2.0-beta2
86+ are there and the code needs to compare 2.0-beta1 and 2.0-beta2).
87+
8088
8189Performance, Internal Implementation, Development Support etc.
8290
@@ -315,6 +323,13 @@ notes for details).
315323 * Retire long unused/unmaintained gitview from the contrib/ area.
316324 (merge 3120925c25 sb/remove-gitview later to maint).
317325
326+ * Tighten a test to avoid mistaking an extended ERE regexp engine as
327+ a PRE regexp engine.
328+ (merge 7675c7bd01 jk/grep-e-could-be-extended-beyond-posix later to maint).
329+
318330 * Other minor doc, test and build updates and code cleanups.
319331 (merge f2627d9b19 sb/submodule-config-cleanup later to maint).
320332 (merge 384f1a167b sb/unpack-trees-cleanup later to maint).
333+ (merge 3f05402ac0 ad/bisect-terms later to maint).
334+ (merge 874444b704 rh/diff-orderfile-doc later to maint).
335+ (merge c68d2d7c2b ws/request-pull-code-cleanup later to maint).
0 commit comments