Message ID | f5d6ded8f6001415802a25ac7728ed43f8905cde.1721685769.git.me@ttaylorr.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Documentation/RelNotes/2.46.0.txt: fix typo | expand |
Taylor Blau <me@ttaylorr.com> writes: > The sentence describing changes to the bundle URI mechanism ends in two > '..' instead of one '.'. Thanks.
diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt index 80620b9317..4cbbca8968 100644 --- a/Documentation/RelNotes/2.46.0.txt +++ b/Documentation/RelNotes/2.46.0.txt @@ -212,7 +212,7 @@ Performance, Internal Implementation, Development Support etc. * When bundleURI interface fetches multiple bundles, Git failed to take full advantage of all bundles and ended up slurping duplicated - objects, which has been corrected.. + objects, which has been corrected. * The code to deal with modified paths that are out-of-cone in a sparsely checked out working tree has been optimized.
The sentence describing changes to the bundle URI mechanism ends in two '..' instead of one '.'. Signed-off-by: Taylor Blau <me@ttaylorr.com> --- Noticed while reading through the RelNotes as I usually do this time during the cycle ;-). Documentation/RelNotes/2.46.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.46.0.rc0.94.ge2b5961b45.dirty