Skip to content

Commit 0ae3348

Browse files
committed
rn-128: Some minor rephrasings.
1 parent b31f360 commit 0ae3348

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rev_news/drafts/edition-128.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This edition covers what happened during the months of September and October 202
8080
Randall S. Becker reported on the mailing list that CI tests on the
8181
NonStop x86 platform were broken after the `uintptr_t` type started
8282
to be used in [clar](https://github.com/clar-test/clar) tests when
83-
displaying error messages in test failures (when pointer comparisons
83+
displaying error messages in test failures (that is, when pointer comparisons
8484
fail).
8585

8686
Jeff King, alias Peff, replied to Randall that `uintptr_t` was
@@ -154,7 +154,7 @@ __Various__
154154

155155
__Light reading__
156156

157-
+ [building for the future: on Tangled's existence and direction](https://anirudh.fi/future)
157+
+ [Building for the future: on Tangled's existence and direction](https://anirudh.fi/future)
158158
by Anirudh Oppiliappan on their blog;
159159
also published [at icy takes blog](https://icy.leaflet.pub/3m47cll72hs25) on ATProto.
160160
+ [Tangled.sh](https://blog.tangled.sh/intro) is a new social-enabled Git collaboration platform
@@ -164,7 +164,7 @@ __Light reading__
164164
+ [6 months of Tangled: a quick recap, and notes on the future](https://blog.tangled.org/6-months)
165165
by Anirudh Oppiliappan and Akshay Oppiliappan on Tangled Blog.
166166
+ [Socially self-hosting source code with Tangled on Bluesky](https://anil.recoil.org/notes/disentangling-git-with-bluesky)
167-
by Anil Madhavapeddy, Professor of Planetary Computing on his blog.
167+
by Anil Madhavapeddy, Professor of Planetary Computing, on his blog.
168168
+ [Redistributing Git with Nostr](https://fiatjaf.com/18ff5416.html)
169169
by início on their blog.
170170
+ There exists [gitstr (`git str`)](https://github.com/fiatjaf/gitstr),
@@ -174,7 +174,7 @@ __Light reading__
174174
+ Note that [git-credential-oauth](https://github.com/hickford/git-credential-oauth),
175175
a Git credential helper that securely authenticates to GitHub, GitLab, BitBucket and Gerrit
176176
using [OAuth](https://datatracker.ietf.org/wg/oauth/about/),
177-
can replace the "create an account; pick a password; confirm an email address; set up SSH keys for pushing" step.
177+
can replace the "create an account; pick a password; confirm an email address; set up SSH keys for pushing" steps.
178178
+ [How GitHub won software development](https://www.infoworld.com/article/4069045/how-github-won-software-development.html)
179179
by Nick Hodges on Rubber Duck Reflections opinions blog on InfoWorld.
180180
+ [You already have a git server](https://maurycyz.com/misc/easy_git/)
@@ -292,7 +292,7 @@ __Git tools and sites__
292292
Described in [Build metrics and budgets with git-metrics](https://dev.to/jdrouet/build-metrics-and-budgets-with-git-metrics-4pb4)
293293
article by Jérémie Drouet on DEV\.to (2024).
294294
+ There is another [git-metrics](https://github.com/Praqma/git-metrics) tool,
295-
by Praqma / Eficode DevOps company,
295+
by the Praqma / Eficode DevOps company,
296296
which consists of a set of scripts to analyse a Git repository for metrics
297297
such as lead time and open branches. Written in Python, no license provided.
298298
It was mentioned in passing in [Git Rev News Edition #48](https://git.github.io/rev_news/2019/02/27/edition-48/).
@@ -321,7 +321,7 @@ __Git tools and sites__
321321
color-coding every diff line/token by how much human attention it probably needs.
322322
To try it, replace github.com with 0github.com in any GitHub pull request URL.
323323
The [cmux](https://cmux.dev/) engine it uses is open source (MIT License).
324-
It uses LLM (Large Language Model) to perform this task.
324+
It uses a LLM (Large Language Model) to perform this task.
325325

326326

327327
## Releases

0 commit comments

Comments
 (0)