Skip to content

Commit bd42bbe

Browse files
committed
Git 2.28-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d341042 commit bd42bbe

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

Documentation/RelNotes/2.28.0.txt

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ Updates since v2.27
66

77
Backward compatibility notes
88

9-
* "feature.experimental" configuration variable is to let volunteers
10-
easily opt into a set of newer features, which use of the v2
11-
transport protocol is now a part of.
9+
* "fetch.writeCommitGraph" is deemed to be still a bit too risky and
10+
is no longer part of the "feature.experimental" set.
1211

1312
* It used to be that setting extensions.* configuration variables
1413
alone, while leaving core.repositoryFormatVersion=0, made these
@@ -49,6 +48,10 @@ UI, Workflows & Features
4948
* "git fast-export --anonymize" learned to take customized mapping to
5049
allow its users to tweak its output more usable for debugging.
5150

51+
* The command line completion support (in contrib/) used to be
52+
prepared to work with "set -u" but recent changes got a bit more
53+
sloppy. This has been corrected.
54+
5255

5356
Performance, Internal Implementation, Development Support etc.
5457

@@ -191,6 +194,25 @@ Fixes since v2.27
191194
object flag bits, which has been corrected.
192195
(merge 64472d15e9 bc/http-push-flagsfix later to maint).
193196

197+
* "git send-email --in-reply-to=<msg>" did not use the In-Reply-To:
198+
header with the value given from the command line, and let it be
199+
overridden by the value on In-Reply-To: header in the messages
200+
being sent out (if exists).
201+
(merge f9f60d7066 ra/send-email-in-reply-to-from-command-line-wins later to maint).
202+
203+
* "git log -Lx,y:path --before=date" lost track of where the range
204+
should be because it didn't take the changes made by the youngest
205+
commits that are omitted from the output into account.
206+
207+
* When "fetch.writeCommitGraph" configuration is set in a shallow
208+
repository and a fetch moves the shallow boundary, we wrote out
209+
broken commit-graph files that do not match the reality, which has
210+
been corrected.
211+
212+
* "git checkout" failed to catch an error from fstat() after updating
213+
a path in the working tree.
214+
(merge 35e6e212fd mt/entry-fstat-fallback-fix later to maint).
215+
194216
* Other code cleanup, docfix, build fix, etc.
195217
(merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
196218
(merge d63ae31962 cb/t5608-cleanup later to maint).
@@ -201,3 +223,5 @@ Fixes since v2.27
201223
(merge d546fe2874 rs/commit-reach-leakfix later to maint).
202224
(merge 087bf5409c mk/pb-pretty-email-without-domain-part-fix later to maint).
203225
(merge 5f4ee57ad9 es/worktree-code-cleanup later to maint).
226+
(merge 0172f7834a cc/cat-file-usage-update later to maint).
227+
(merge 81de0c01cf ma/rebase-doc-typofix later to maint).

0 commit comments

Comments
 (0)