* [PATCH] Documentation/RelNotes/2.46.0.txt: fix typo
@ 2024-07-22 22:03 Taylor Blau
2024-07-23 16:43 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Taylor Blau @ 2024-07-22 22:03 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
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(-)
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.
--
2.46.0.rc0.94.ge2b5961b45.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-23 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-22 22:03 [PATCH] Documentation/RelNotes/2.46.0.txt: fix typo Taylor Blau
2024-07-23 16:43 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).