@@ -47,6 +47,16 @@ Performance, Internal Implementation, Development Support etc.
47
47
by assuming how "git worktree move" moves an existing worktree to a
48
48
different place.
49
49
50
+ * Code clean-up for the "repository" abstraction.
51
+ (merge 00a3da2a13 nd/remove-ignore-env-field later to maint).
52
+
53
+ * Code to find the length to uniquely abbreviate object names based
54
+ on packfile content, which is a relatively recent addtion, has been
55
+ optimized to use the same fan-out table.
56
+
57
+ * The mechanism to use parse-options API to automate the command line
58
+ completion continues to get extended and polished.
59
+
50
60
Also contains various documentation updates and code clean-ups.
51
61
52
62
@@ -64,4 +74,19 @@ Fixes since v2.17
64
74
<pathspec>, which has been fixed.
65
75
(merge 353278687e tg/stash-untracked-with-pathspec-fix later to maint).
66
76
77
+ * "git tag --contains no-such-commit" gave a full list of options
78
+ after giving an error message.
79
+ (merge 3bb0923f06 ps/contains-id-error-message later to maint).
80
+
81
+ * "diff-highlight" filter (in contrib/) learned to undertand "git log
82
+ --graph" output better.
83
+ (merge 4551fbba14 jk/diff-highlight-graph-fix later to maint).
84
+
85
+ * when refs that do not point at committish are given, "git
86
+ filter-branch" gave a misleading error messages. This has been
87
+ corrected.
88
+ (merge f78ab355e7 yk/filter-branch-non-committish-refs later to maint).
89
+
67
90
* Other minor doc, test and build updates and code cleanups.
91
+ (merge 248f66ed8e nd/trace-with-env later to maint).
92
+ (merge 14ced5562c ys/bisect-object-id-missing-conversion-fix later to maint).
0 commit comments