@@ -31,7 +31,7 @@ UI, Workflows & Features
31
31
* The use of 'good/bad' in "git bisect" made it confusing to use when
32
32
hunting for a state change that is not a regression (e.g. bugfix).
33
33
The command learned 'old/new' and then allows the end user to
34
- say e.g. "bisect start --term-old=fast --term= new=slow" to find a
34
+ say e.g. "bisect start --term-old=fast --term- new=slow" to find a
35
35
performance regression.
36
36
37
37
* "git interpret-trailers" can now run outside of a Git repository.
@@ -200,6 +200,21 @@ notes for details).
200
200
work trees created via "git worktree add".
201
201
(merge 11f9dd7 mk/submodule-gitdir-path later to maint).
202
202
203
+ * "git gc" is safe to run anytime only because it has the built-in
204
+ grace period to protect young objects. In order to run with no
205
+ grace period, the user must make sure that the repository is
206
+ quiescent.
207
+ (merge fae1a90 jc/doc-gc-prune-now later to maint).
208
+
209
+ * A recent "filter-branch --msg-filter" broke skipping of the commit
210
+ object header, which is fixed.
211
+ (merge a5a4b3f jk/filter-branch-use-of-sed-on-incomplete-line later to maint).
212
+
213
+ * The normalize_ceiling_entry() function does not muck with the end
214
+ of the path it accepts, and the real world callers do rely on that,
215
+ but a test insisted that the function drops a trailing slash.
216
+ (merge b2a7123 rd/test-path-utils later to maint).
217
+
203
218
* Code clean-up and minor fixes.
204
219
(merge 15ed07d jc/rerere later to maint).
205
220
(merge b744767 pt/pull-builtin later to maint).
@@ -209,3 +224,4 @@ notes for details).
209
224
(merge a43eb67 tk/doc-interpret-trailers-grammo later to maint).
210
225
(merge ba128e2 es/worktree-add-cleanup later to maint).
211
226
(merge 44cd91e cc/quote-comments later to maint).
227
+ (merge 147875f sb/submodule-config-parse later to maint).
0 commit comments