@@ -22,6 +22,13 @@ UI, Workflows & Features
22
22
* The interface to redact sensitive information in the trace output
23
23
has been simplified.
24
24
25
+ * The command line completion (in contrib/) learned to complete
26
+ options that the "git switch" command takes.
27
+
28
+ * "git diff" used to take arguments in random and nonsense range
29
+ notation, e.g. "git diff A..B C", "git diff A..B C...D", etc.,
30
+ which has been cleaned up.
31
+
25
32
26
33
Performance, Internal Implementation, Development Support etc.
27
34
@@ -53,6 +60,22 @@ Performance, Internal Implementation, Development Support etc.
53
60
* Workaround breakage in MSVC build, where "curl-config --cflags"
54
61
gives settings appropriate for GCC build.
55
62
63
+ * Code clean-up of "git clean" resulted in a fix of recent
64
+ performance regression.
65
+
66
+ * Code clean-up in the codepath that serves "git fetch" continues.
67
+
68
+ * "git merge-base --is-ancestor" is taught to take advantage of the
69
+ commit graph.
70
+
71
+ * Rewrite of parts of the scripted "git submodule" Porcelain command
72
+ continues; this time it is "git submodule set-branch" subcommand's
73
+ turn.
74
+
75
+ * The "fetch/clone" protocol has been updated to allow the server to
76
+ instruct the clients to grab pre-packaged packfile(s) in addition
77
+ to the packed object data coming over the wire.
78
+
56
79
57
80
Fixes since v2.27
58
81
-----------------
@@ -110,6 +133,13 @@ Fixes since v2.27
110
133
* The effect of sparse checkout settings on submodules is documented.
111
134
(merge e7d7c73249 en/sparse-with-submodule-doc later to maint).
112
135
136
+ * Code clean-up around "git branch" with a minor bugfix.
137
+ (merge dc44639904 dl/branch-cleanup later to maint).
138
+
139
+ * A branch name used in a test has been clarified to match what is
140
+ going on.
141
+ (merge 08dc26061f pb/t4014-unslave later to maint).
142
+
113
143
* Other code cleanup, docfix, build fix, etc.
114
144
(merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
115
145
(merge d63ae31962 cb/t5608-cleanup later to maint).
0 commit comments