Skip to content

Commit 5e1fa15

Browse files
authored
Merge pull request #845 from stepnem/rn135copyedit
Minor copy edit and public-inbox upstream link correction
2 parents 60f1631 + 85b8ae1 commit 5e1fa15

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

rev_news/drafts/edition-135.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ This edition covers what happened during the months of April and May 2026.
122122
about:
123123

124124
- JGit, on inspection of its source, throws an exception that is
125-
apparently caught and handled correctly (he verified with the
126-
`jgit` CLI on hand).
125+
apparently caught and handled correctly (verified with the
126+
`jgit` CLI).
127127
- libgit2 returns from a helper called `midx_error()` when the
128128
signature or version do not match. Reading the code, Peff
129129
believed it would quietly fall back to the underlying packs.
@@ -164,8 +164,8 @@ This edition covers what happened during the months of April and May 2026.
164164
regenerating the v2 file unless the default version was also lowered
165165
(or `midx.version` set to `1`).
166166

167-
Taylor Blau then weighed in, apologetic about the "trouble here", and
168-
laid out a clean three-step plan for the project:
167+
Taylor Blau then weighed in and laid out a clean three-step plan for
168+
the project:
169169

170170
1. **Immediate (before 2.54)**: revert the default MIDX format to
171171
V1, so a 2.54.0 release does not regress the case where multiple
@@ -326,7 +326,7 @@ This edition covers what happened during the months of April and May 2026.
326326

327327
In my [last patch series](https://lore.kernel.org/git/pull.2081.v2.git.1775454330.gitgitgadget@gmail.com/),
328328
I promised a follow up patch that improves CPU core detection on
329-
multi-socket-systems on Windows. I need to send that to the mailing list.
329+
multi-socket systems on Windows. I need to send that to the mailing list.
330330
I probably also have some other Windows improvements in Git for Windows
331331
that I should upstream to git.git.
332332

@@ -358,8 +358,8 @@ This edition covers what happened during the months of April and May 2026.
358358
it is that it allows me to easily stage individual lines instead of just
359359
hunks like `add -p`.
360360

361-
I find public inbox ([the software behind](https://github.com/nojb/public-inbox)
362-
[lore.kernel.org](https://lore.kernel.org/git/)] just clicks a lot nicer
361+
I find [public inbox](https://public-inbox.org/) (the software behind
362+
[lore.kernel.org](https://lore.kernel.org/git/)) just clicks a lot nicer
363363
with me than most other mailing list archive software.
364364

365365
I also like [`git filter-repo`](https://github.com/newren/git-filter-repo),
@@ -391,7 +391,7 @@ This edition covers what happened during the months of April and May 2026.
391391

392392
Start with something small and try to scratch your own itch. Find something
393393
about Git that you feel could be improved. (An example in my case could be
394-
adding a single line mode to `add -p`)
394+
adding a single line mode to `add -p`.)
395395

396396
Take a look at the mailing list archives and the history of the files in
397397
question for some insights into why that thing you want to improve might
@@ -454,7 +454,7 @@ __Light reading__
454454
by Serge Zaitsev on their blog (2022).
455455
It describes how to implement your own tiny Git in Go
456456
that would be able to create a local repository, commit a single file to it,
457-
view commit logs, and checkout a certain revision of that file.
457+
view commit logs, and check out a certain revision of that file.
458458
+ [Git is unprepared for the AI coding tsunami: An influx of agents is pushing GitHub to the brink](https://www.theregister.com/devops/2026/05/15/git-is-unprepared-for-the-ai-coding-tsunami/5241480)
459459
by Joab Jackson in The Register.
460460
The article mentions [Ghostty leaving GitHub](https://mitchellh.com/writing/ghostty-leaving-github) (mentioned in [previous edition](https://git.github.io/rev_news/2026/04/30/edition-134/)),
@@ -493,8 +493,8 @@ __Light reading__
493493
+ Contrast with [ForgeFed](https://forgefed.org/) (formerly GitPub),
494494
a federation protocol for software forges (an [ActivityPub](https://www.w3.org/TR/activitypub/) extension),
495495
which was first mentioned in [Git Rev News Edition #69](https://git.github.io/rev_news/2020/11/27/edition-69/).
496-
Where implemented, it will allow, for example, [federated starring of repository](https://codeberg.org/forgejo-contrib/federation/src/branch/main/FederationRoadmap.md#federated-star-done),
497-
which makes no longer important at which instance of a federated forge
496+
Where implemented, it will allow, for example, [federated starring of a repository](https://codeberg.org/forgejo-contrib/federation/src/branch/main/FederationRoadmap.md#federated-star-done),
497+
meaning that it no longer matters at which instance of a federated forge
498498
you express your liking for another developer's work.
499499
+ [combat LLM spam by building a web of trust](https://blog.tangled.org/vouching/)
500500
by oppi\.li on Tangled blog, about
@@ -510,7 +510,7 @@ __Light reading__
510510
[A GitHub for maintainers](https://nesbitt.io/2026/05/02/a-github-for-maintainers.html)
511511
by Andrew Nesbitt.
512512
+ [Backing Up All My GitHub Code](https://chriswiegman.com/2026/05/backing-up-all-my-github-code/)
513-
by Chris Wiegman on his blog; the post describes [Backup GitHub](https://github.com/ChrisWiegman/backup-github) app
513+
by Chris Wiegman on his blog; the post describes the [Backup GitHub](https://github.com/ChrisWiegman/backup-github) app
514514
created by the author.
515515
+ [Golang and vanity domains; mitigating git forge lock-in](https://cblgh.org/posts/2025-10-18-git-forges-without-lock-in/)
516516
by Alexander Cobleigh on his blog (2025).
@@ -547,7 +547,7 @@ __Light reading__
547547
by Amadeus Demarzi (@amadeus) on Pierre\.Computer.
548548
The post talks about how they made it possible for
549549
the [Diffs](https://diffs.com/) library to render diff of almost any size.
550-
+ [Diffs](https://diffs.com/), aka [@pierre/diffs](https://github.com/pierrecomputer/pierre/tree/main/packages/diffs),
550+
+ [Diffs](https://diffs.com/), AKA [@pierre/diffs](https://github.com/pierrecomputer/pierre/tree/main/packages/diffs),
551551
is an open source diff and file rendering library in TypeScript
552552
built on the [Shiki](https://shiki.style/) syntax highlighter.
553553
It was first mentioned in [Git Rev News Edition #132](https://git.github.io/rev_news/2026/02/28/edition-132/).
@@ -561,7 +561,7 @@ __Light reading__
561561
+ [Defeating git rigour fatigue with jujutsu](https://ikesau.co/blog/defeating-git-rigour-fatigue-with-jujutsu/),
562562
or how to ensure that a large feature is developed in a series of clean steps,
563563
by Ike Saunders on i  <esau.
564-
+ [Jujutsu (`jj`)](https://github.com/martinvonz/jj) is a version control system,
564+
+ [Jujutsu (`jj`)](https://github.com/martinvonz/jj) is a version control system
565565
written in Rust, which was first mentioned in [Git Rev News Edition #85](https://git.github.io/rev_news/2022/03/31/edition-85/).
566566
+ [Git Is Not Fine](https://www.billjings.com/posts/title/git-is-not-fine/)
567567
on Bridget Phillips' personal blog.
@@ -708,16 +708,16 @@ __Git tools and sites__
708708
This document specifies disclosure, quality, and behavioural requirements
709709
for non-human contributors to open source software projects.
710710
+ [VibesHub](https://vibeshub.ai/) - git for your vibes.
711-
It is a service that allows share the _vibe_, namely your Claude Code sessions,
711+
It is a service that allows sharing the _vibe_, namely your Claude Code sessions,
712712
including every subagent they spawn. It allows reviewers and teammates to see
713713
how you actually shipped / created it, not just the final diff.
714714
Visibility mirrors GitHub - public stays public, private stays private.
715-
Installed as the Claude Code plugin.
715+
Installed as a Claude Code plugin.
716716
Written in pure Python, under MIT license.
717717
+ [Re_gent](https://www.re-gent.dev/): Version Control for AI agent activity.
718718
Track what your agent did, which prompt wrote each line, and inspect any step.
719-
Undo, blame, checkout, and replay AI coding sessions locally.
720-
Regent captures every agent action, and provides log (what your agent actually did)
719+
Undo, blame, check out, and replay AI coding sessions locally.
720+
Regent captures every agent action, provides log (what your agent actually did)
721721
and blame of actions (which prompt wrote this line?),
722722
and shows change together with full context.
723723
Written in Go, under Apache 2.0 license.

0 commit comments

Comments
 (0)