@@ -47,15 +47,15 @@ Performance, Internal Implementation, Development Support etc.
47
47
48
48
* The way AsciiDoc is used for SYNOPSIS part of the manual pages has
49
49
been revamped. The sources, at least for the simple cases, got
50
- vastly pleasant to work with.
50
+ vastly more pleasant to work with.
51
51
52
52
* The reftable library is now prepared to expect that the memory
53
53
allocation function given to it may fail to allocate and to deal
54
54
with such an error.
55
55
56
56
* 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 .
59
59
60
60
* Enable Windows-based CI in GitLab.
61
61
@@ -94,7 +94,7 @@ Performance, Internal Implementation, Development Support etc.
94
94
* Update the project's CodingGuidelines to discourage naming functions
95
95
with a "_1()" suffix.
96
96
97
- * Updates the '.clang-format' to match project conventions.
97
+ * Update '.clang-format' to match project conventions.
98
98
99
99
* Centralize documentation for repository extensions into a single place.
100
100
@@ -116,7 +116,7 @@ Performance, Internal Implementation, Development Support etc.
116
116
* The migration procedure between two ref backends has been optimized.
117
117
118
118
* "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
120
120
wouldn't have written itself (e.g., missing terminating end-of-line
121
121
after the full object name).
122
122
@@ -127,13 +127,13 @@ Performance, Internal Implementation, Development Support etc.
127
127
128
128
* Drop support for ancient environments in various CI jobs.
129
129
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
131
131
using fewer pieces of Git's infrastructure.
132
132
133
133
* Optimize reading random references out of the reftable backend by
134
134
allowing reuse of iterator objects.
135
135
136
- * Backport oss-fuzz tests for us to our codebase.
136
+ * Backport oss-fuzz tests to our codebase.
137
137
138
138
* Introduce a new repository extension to prevent older Git versions
139
139
from mis-interpreting worktrees created with relative paths.
@@ -173,13 +173,13 @@ Fixes since v2.47
173
173
-----------------
174
174
175
175
* 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 .
177
177
178
178
* Use after free and double freeing at the end in "git log -L... -p"
179
179
had been identified and fixed.
180
180
181
181
* 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
183
183
already happened. This problem has been corrected.
184
184
185
185
* "git maintenance start" crashed due to an uninitialized variable
@@ -203,7 +203,7 @@ Fixes since v2.47
203
203
* The dumb-http code regressed when the result of re-indexing a pack
204
204
yielded an *.idx file that differs in content from the *.idx file
205
205
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.
207
207
208
208
* When called with '--left-right' and '--use-bitmap-index', 'rev-list'
209
209
will produce output without any left/right markers, which has been
@@ -227,7 +227,7 @@ Fixes since v2.47
227
227
* "git gc" discards any objects that are outside promisor packs that
228
228
are referred to by an object in a promisor pack, and we do not
229
229
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
231
231
referring promisor pack at the receiving end of the fetch.
232
232
233
233
* Avoid build/test breakage on a system without working malloc debug
@@ -282,9 +282,8 @@ Fixes since v2.47
282
282
on the path, which was not documented, which has been corrected.
283
283
(merge bc1a980759 kk/doc-ancestry-path later to maint).
284
284
285
-
286
285
* "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
288
287
the Git Porcelain commands.
289
288
(merge bbd445d5ef jc/forbid-head-as-tagname later to maint).
290
289
0 commit comments