@@ -31,7 +31,7 @@ UI, Workflows & Features
3131 * The use of 'good/bad' in "git bisect" made it confusing to use when
3232 hunting for a state change that is not a regression (e.g. bugfix).
3333 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
3535 performance regression.
3636
3737 * "git interpret-trailers" can now run outside of a Git repository.
@@ -200,6 +200,21 @@ notes for details).
200200 work trees created via "git worktree add".
201201 (merge 11f9dd7 mk/submodule-gitdir-path later to maint).
202202
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+
203218 * Code clean-up and minor fixes.
204219 (merge 15ed07d jc/rerere later to maint).
205220 (merge b744767 pt/pull-builtin later to maint).
@@ -209,3 +224,4 @@ notes for details).
209224 (merge a43eb67 tk/doc-interpret-trailers-grammo later to maint).
210225 (merge ba128e2 es/worktree-add-cleanup later to maint).
211226 (merge 44cd91e cc/quote-comments later to maint).
227+ (merge 147875f sb/submodule-config-parse later to maint).
0 commit comments