Skip to content

Commit 5bc3fd8

Browse files
committed
Autogenerated HTML docs for v2.48.0-rc2-27-g14650
1 parent ef57b06 commit 5bc3fd8

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

RelNotes/2.48.0.txt

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Performance, Internal Implementation, Development Support etc.
4747

4848
* The way AsciiDoc is used for SYNOPSIS part of the manual pages has
4949
been revamped. The sources, at least for the simple cases, got
50-
vastly pleasant to work with.
50+
vastly more pleasant to work with.
5151

5252
* The reftable library is now prepared to expect that the memory
5353
allocation function given to it may fail to allocate and to deal
5454
with such an error.
5555

5656
* An extra worktree attached to a repository points at each other to
57-
allow finding the repository from the worktree and vice versa
58-
possible. Turn this linkage to relative paths.
57+
allow finding the repository from the worktree (and vice versa)
58+
possible. Use relative paths for this linkage.
5959

6060
* Enable Windows-based CI in GitLab.
6161

@@ -94,7 +94,7 @@ Performance, Internal Implementation, Development Support etc.
9494
* Update the project's CodingGuidelines to discourage naming functions
9595
with a "_1()" suffix.
9696

97-
* Updates the '.clang-format' to match project conventions.
97+
* Update '.clang-format' to match project conventions.
9898

9999
* Centralize documentation for repository extensions into a single place.
100100

@@ -116,7 +116,7 @@ Performance, Internal Implementation, Development Support etc.
116116
* The migration procedure between two ref backends has been optimized.
117117

118118
* "git fsck" learned to issue warnings on "curiously formatted" ref
119-
contents that have always been taken valid but something Git
119+
contents that have always been treated as valid but that Git
120120
wouldn't have written itself (e.g., missing terminating end-of-line
121121
after the full object name).
122122

@@ -127,13 +127,13 @@ Performance, Internal Implementation, Development Support etc.
127127

128128
* Drop support for ancient environments in various CI jobs.
129129

130-
* Isolates the reftable subsystem from the rest of Git's codebase by
130+
* Isolate the reftable subsystem from the rest of Git's codebase by
131131
using fewer pieces of Git's infrastructure.
132132

133133
* Optimize reading random references out of the reftable backend by
134134
allowing reuse of iterator objects.
135135

136-
* Backport oss-fuzz tests for us to our codebase.
136+
* Backport oss-fuzz tests to our codebase.
137137

138138
* Introduce a new repository extension to prevent older Git versions
139139
from mis-interpreting worktrees created with relative paths.
@@ -173,13 +173,13 @@ Fixes since v2.47
173173
-----------------
174174

175175
* Doc update to clarify how periodical maintenance are scheduled,
176-
spread across time to avoid thundering hurds.
176+
spread across time to avoid thundering herds.
177177

178178
* Use after free and double freeing at the end in "git log -L... -p"
179179
had been identified and fixed.
180180

181181
* On macOS, fsmonitor can fall into a race condition that results in
182-
a client waiting forever to be notified for an event that have
182+
a client waiting forever to be notified about an event that has
183183
already happened. This problem has been corrected.
184184

185185
* "git maintenance start" crashed due to an uninitialized variable
@@ -203,7 +203,7 @@ Fixes since v2.47
203203
* The dumb-http code regressed when the result of re-indexing a pack
204204
yielded an *.idx file that differs in content from the *.idx file
205205
it downloaded from the remote. This has been corrected by no longer
206-
relying on: the *.idx file we got from the remote.
206+
relying on the *.idx file we got from the remote.
207207

208208
* When called with '--left-right' and '--use-bitmap-index', 'rev-list'
209209
will produce output without any left/right markers, which has been
@@ -227,7 +227,7 @@ Fixes since v2.47
227227
* "git gc" discards any objects that are outside promisor packs that
228228
are referred to by an object in a promisor pack, and we do not
229229
refetch them from the promisor at runtime, resulting an unusable
230-
repository. Work it around by including these objects in the
230+
repository. Work around it by including these objects in the
231231
referring promisor pack at the receiving end of the fetch.
232232

233233
* Avoid build/test breakage on a system without working malloc debug
@@ -282,9 +282,8 @@ Fixes since v2.47
282282
on the path, which was not documented, which has been corrected.
283283
(merge bc1a980759 kk/doc-ancestry-path later to maint).
284284

285-
286285
* "git tag" has been taught to refuse to create refs/tags/HEAD
287-
as such a tag will be confusing in the context of UI provided by
286+
since such a tag will be confusing in the context of the UI provided by
288287
the Git Porcelain commands.
289288
(merge bbd445d5ef jc/forbid-head-as-tagname later to maint).
290289

0 commit comments

Comments
 (0)