You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-135.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,8 +122,8 @@ This edition covers what happened during the months of April and May 2026.
122
122
about:
123
123
124
124
- 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).
127
127
- libgit2 returns from a helper called `midx_error()` when the
128
128
signature or version do not match. Reading the code, Peff
129
129
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.
164
164
regenerating the v2 file unless the default version was also lowered
165
165
(or `midx.version` set to `1`).
166
166
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:
169
169
170
170
1.**Immediate (before 2.54)**: revert the default MIDX format to
171
171
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.
326
326
327
327
In my [last patch series](https://lore.kernel.org/git/pull.2081.v2.git.1775454330.gitgitgadget@gmail.com/),
328
328
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-socketsystems on Windows. I need to send that to the mailing list.
330
330
I probably also have some other Windows improvements in Git for Windows
331
331
that I should upstream to git.git.
332
332
@@ -358,8 +358,8 @@ This edition covers what happened during the months of April and May 2026.
358
358
it is that it allows me to easily stage individual lines instead of just
359
359
hunks like `add -p`.
360
360
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
363
363
with me than most other mailing list archive software.
364
364
365
365
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.
391
391
392
392
Start with something small and try to scratch your own itch. Find something
393
393
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`.)
395
395
396
396
Take a look at the mailing list archives and the history of the files in
397
397
question for some insights into why that thing you want to improve might
@@ -454,7 +454,7 @@ __Light reading__
454
454
by Serge Zaitsev on their blog (2022).
455
455
It describes how to implement your own tiny Git in Go
456
456
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.
458
458
+[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)
459
459
by Joab Jackson in The Register.
460
460
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__
493
493
+ Contrast with [ForgeFed](https://forgefed.org/) (formerly GitPub),
494
494
a federation protocol for software forges (an [ActivityPub](https://www.w3.org/TR/activitypub/) extension),
495
495
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
498
498
you express your liking for another developer's work.
499
499
+[combat LLM spam by building a web of trust](https://blog.tangled.org/vouching/)
500
500
by oppi\.li on Tangled blog, about
@@ -510,7 +510,7 @@ __Light reading__
510
510
[A GitHub for maintainers](https://nesbitt.io/2026/05/02/a-github-for-maintainers.html)
511
511
by Andrew Nesbitt.
512
512
+[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
514
514
created by the author.
515
515
+[Golang and vanity domains; mitigating git forge lock-in](https://cblgh.org/posts/2025-10-18-git-forges-without-lock-in/)
516
516
by Alexander Cobleigh on his blog (2025).
@@ -547,7 +547,7 @@ __Light reading__
547
547
by Amadeus Demarzi (@amadeus) on Pierre\.Computer.
548
548
The post talks about how they made it possible for
549
549
the [Diffs](https://diffs.com/) library to render diff of almost any size.
0 commit comments