Skip to content

Commit 880257a

Browse files
committed
Supplied some typo fixings and rephrasings.
1 parent 95d9cfd commit 880257a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

rev_news/drafts/edition-124.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Welcome to the 124th edition of [Git Rev News](https://git.github.io/rev_news/re
1313
a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to
1414
subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io).
1515

16-
This edition covers what happened during the months of May 2025 and June 2025.
16+
This edition covers what happened during the months of May and June 2025.
1717

1818
## Discussions
1919

@@ -27,7 +27,7 @@ This edition covers what happened during the months of May 2025 and June 2025.
2727

2828
### Support
2929

30-
* [[BUG] git stash incorrectly showing submodule branch instead of superproject branch](https://lore.kernel.org/git/TO1PPF29324B4CE6D3518208073452C3C51CD97A@TO1PPF29324B4CE.CANPRD01.PROD.OUTLOOK.COM/)
30+
* [[BUG] `git stash` incorrectly showing submodule branch instead of superproject branch](https://lore.kernel.org/git/TO1PPF29324B4CE6D3518208073452C3C51CD97A@TO1PPF29324B4CE.CANPRD01.PROD.OUTLOOK.COM/)
3131

3232
Stuart MacDonald sent a bug report to the mailing list. The report
3333
described a workflow where people worked on a UI project that
@@ -80,13 +80,13 @@ This edition covers what happened during the months of May 2025 and June 2025.
8080
further improvements.
8181

8282
[The v3 patch from Jayatheerth](https://lore.kernel.org/git/[email protected]/)
83-
addressed Junio's comment and was merged.
83+
addressed Junio's comments and was merged.
8484

8585
## Community Spotlight: Luca Milanesio
8686

8787
_Luca Milanesio is a long standing contributor to both JGit and Gerrit
88-
Code Review, an open-source veteran who's been accelerating Git
89-
workflows for 30+ years—from founding GerritHub.io to pioneering
88+
Code Review, an open-source veteran who's been accelerating Application
89+
Lifecycle workflows for 30+ years—from founding GerritHub.io to pioneering
9090
AI-powered repository optimization research._
9191

9292
_This is a continuation of our initiative to interview community
@@ -105,8 +105,8 @@ were with [VonC in edition 106][vonc] and [Chris Torek in edition 120][torek]._
105105
including Jenkins, JGit, GitBlit, Swagger/Open-API, Kibana, Avro,
106106
and Gerrit Code Review.
107107

108-
I am a maintainer and release manager of Gerrit Code Review and a
109-
member of its Engineering Steering Committee and committer of the
108+
I am a maintainer and release manager of Gerrit Code Review, a
109+
member of its Engineering Steering Committee, and committer of the
110110
JGit project.
111111

112112
I introduced GerritHub.io 11 years ago, a free Gerrit Code Review
@@ -275,7 +275,7 @@ were with [VonC in edition 106][vonc] and [Chris Torek in edition 120][torek]._
275275
snapshot of the reftable read in memory, and restart the
276276
whole transaction from scratch.
277277

278-
The issue here is that the reftable is simply configured
278+
The issue here is that reftable is simply configured
279279
as a storage format for the refs, and the higher layers
280280
are currently unprepared to manage the difference in
281281
behaviour. This is currently causing trouble in the
@@ -290,7 +290,7 @@ were with [VonC in edition 106][vonc] and [Chris Torek in edition 120][torek]._
290290
of what it is and how it should be used, and cannot be simply used
291291
blindly, assuming that it works exactly as a loose-ref or
292292
packed-refs. Reftable is ready, Git and Gerrit Code Review aren’t
293-
ready yet to leverage it and I am sure they will soon be adjusted
293+
ready yet to leverage it, and I am sure they will soon be adjusted
294294
to get the best use of it.
295295

296296
- **What's your approach to load testing Git repositories \- which
@@ -514,20 +514,20 @@ __Various__
514514
by Taylor Blau on GitHub Blog.<br>
515515
Mentions
516516
improvements for multiple cruft packs, including `git repack --combine-cruft-below-size`
517-
(and improvements to it's `--max-cruft-size` option),
517+
(and improvements to its `--max-cruft-size` option),
518518
incremental multi-pack reachability bitmaps (highly experimental),
519-
"ort" merge strategy replacing "recursive" strategy entirely,
519+
the "ort" merge strategy replacing the "recursive" strategy entirely,
520520
various `git cat-file` improvements, `git maintenance` new tricks, and more.
521521
+ [What’s new in Git 2.50.0?](https://about.gitlab.com/blog/what-s-new-in-git-2-50-0/)
522522
by Justin Tobler on GitLab Blog.<br>
523-
Mentions
523+
Mentions the
524524
new [git-diff-pairs(1)](https://git-scm.com/docs/git-diff-pairs) command
525525
which accepts "raw" formatted filepair info (from e.g. `git diff-tree`)
526526
as input on stdin to determine exactly which patches to output,
527527
batched reference updates with [git-update-ref(1)](https://git-scm.com/docs/git-update-ref)
528528
and its new `--batch-updates` option
529529
(which allows the updates to proceed even when one or more reference updates fails),
530-
new `--filter` option for [git-cat-file(1)](https://git-scm.com/docs/git-cat-file),
530+
the new `--filter` option for [git-cat-file(1)](https://git-scm.com/docs/git-cat-file),
531531
improved performance when generating bundles with [git-bundle(1)](https://git-scm.com/docs/git-bundle)
532532
(used by GitLab to generate repository backups
533533
and also as part of the [bundle-URI](https://git-scm.com/docs/bundle-uri) mechanism),
@@ -543,7 +543,7 @@ __Light reading__
543543
GitLab Blog post writen by Olivier Campeau.
544544
+ [How we decreased GitLab repo backup times from 48 hours to 41 minutes](https://about.gitlab.com/blog/how-we-decreased-gitlab-repo-backup-times-from-48-hours-to-41-minutes/)
545545
by Karthik Nayak and Manuel Kraft on GitLab Blog.
546-
Describes how GitLab team tracked a performance bottleneck in `git bundle create`
546+
Describes how the GitLab team tracked a performance bottleneck in `git bundle create`
547547
to a 15-year-old Git function and fixed it.
548548
+ [Working with stacked branches in git (part 2)](https://andrewlock.net/working-with-stacked-branches-in-git-part-2/)
549549
by Andrew Lock on his blog, \.NET Escapades, continues where
@@ -597,7 +597,7 @@ __Light reading__
597597
used by Linux kernel.
598598
+ [The history of change-packing tools at Microsoft (so far)](https://devblogs.microsoft.com/oldnewthing/20180122-00/)
599599
by Raymond Chen on Microsoft Dev Blogs: The Old New Thing (2018).<br>
600-
Change-packing is a way to save whole changeset or commit to a single file,
600+
Change-packing is a way to save a whole changeset or commit to a single file,
601601
to be able to save changes without committing them (like `git stash`),
602602
or to get another developer’s opinion on code you’ve written (_buddy build_), etc.
603603
+ [GIF: The Git Interchange Format](https://willhbr.net/2025/06/16/gif-the-git-interchange-format/)
@@ -612,7 +612,7 @@ __Scientific papers__
612612
+ Shane McIntosh, <u>Luca Milanesio</u>, Antonio Barone, Jacek Centkowski, Marcin Czech, Fabio Ponciroli:
613613
_"Using Reinforcement Learning to Sustain the Performance of Version Control Repositories"_,
614614
ICSE 2025: 47th International Conference on Software Engineering,
615-
<https://rebels.cs.uwaterloo.ca/papers/icse2025nier_mcintosh.pdf> (preprint)
615+
<https://rebels.cs.uwaterloo.ca/papers/icse2025nier_mcintosh.pdf> (preprint).
616616
+ Jakub Narębski, Mikołaj Fejzer, Krzysztof Stencel, Piotr Przymus:
617617
_"PatchScope - A Modular Tool for Annotating and Analyzing Contributions"_,
618618
ISSTA 2025: 34th ACM SIGSOFT International Symposium on Software Testing and Analysis,

0 commit comments

Comments
 (0)