Skip to content

Commit 623d556

Browse files
authored
Merge pull request #792 from stepnem/rn125copyedit
rn-125: minor copy edit
2 parents 6a22592 + 00f1e58 commit 623d556

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

rev_news/drafts/edition-125.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ welcome your thoughts and feedback!_
232232
been moments when some of my contributions led to insights even long
233233
time contributors hadn’t considered, including Junio Hamano. That
234234
boosted my confidence not just in contributing to Git, but to other
235-
software projects as well i.e I can get my patches accepted anywhere,
235+
software projects as well, i.e., I can get my patches accepted anywhere,
236236
I just need to convince others that it actually solves a problem.
237237

238238
* **How do you balance your contributions with other responsibilities
@@ -271,7 +271,7 @@ welcome your thoughts and feedback!_
271271
clear, structured commit messages. Git commits, like those in the
272272
Linux kernel, follow a thoughtful format: describe the current state,
273273
the problem, and the fix. From reading most of the commit messages in
274-
Git, you would have understood and been to visualize what the changes
274+
Git, you would have understood and been able to visualize what the changes
275275
will look like. It also makes it easy to track the changes to other
276276
prerequisite commits. I have been using the Git commit messages format
277277
in other projects and I really love it.
@@ -394,11 +394,11 @@ __Various__
394394
+ [[LWN.net] A set of Git security-fix releases](https://lwn.net/Articles/1029182/)
395395
by Jonathan Corbet on LWN\.net, and<br>
396396
[Multiple vulnerabilities fixed in Git](https://www.openwall.com/lists/oss-security/2025/07/08/4)
397-
by Taylor Blau on oss-security mailing list
397+
by Taylor Blau on oss-security mailing list.
398398
+ [[ANNOUNCE] Git v2.50.1 and friends](https://public-inbox.org/git/xmqqzfdevcov.fsf@gitster.g/t/#u)
399-
by Junio C Hamano on the git mailing list.
399+
by Junio C Hamano on the Git mailing list.
400400
+ [Launchpad](https://launchpad.net/) is [phasing out Bazaar code hosting](https://discourse.ubuntu.com/t/phasing-out-bazaar-code-hosting/62189).
401-
This post provides link to the [Migrate a Repository From Bazaar to Git](https://jugmac00.github.io/blog/migrate-a-repository-from-bazaar-to-git/) article.
401+
This post provides a link to the [Migrate a Repository From Bazaar to Git](https://jugmac00.github.io/blog/migrate-a-repository-from-bazaar-to-git/) article.
402402

403403

404404
__Light reading__
@@ -450,7 +450,7 @@ __Light reading__
450450
[Radicle](https://radicle.xyz/) is the distributed git hosting system,
451451
first mentioned in [Git Rev News Edition #49](https://git.github.io/rev_news/2019/03/20/edition-49/).
452452
+ [Cutting GitHub out of the loop](https://www.circusscientist.com/2025/07/23/cutting-github-out-of-the-loop/)
453-
(by deploying to VPS with Git and SSH).
453+
(by deploying to a VPS with Git and SSH).
454454
Written by tomjuggler on The Circus Scientist Site.
455455
+ [Super Easy* 2-Stage Git Deployment](https://ratfactor.com/cards/super-easy-2-stage-git-deployment)
456456
by Dave Gauer on Dave's Virtual Box of Cards.
@@ -500,35 +500,35 @@ __Git tools and sites__
500500
It helps keep your development environment settings organized, versioned, and synchronized
501501
across multiple machines and projects.
502502
DotProj uses Git commands (commit, push, pull, clone) making it intuitive for developers.
503-
Written as Bash shell script, under MIT license.
503+
Written as a Bash shell script, under MIT license.
504504
+ [git-remote-sqlite](https://github.com/chrislloyd/git-remote-sqlite)
505505
is a [Git protocol helper](https://git-scm.com/docs/gitremote-helpers)
506506
that helps you store a Git repository in a SQLite database.
507507
Written in Zig, under MIT license.
508508
+ [Backlog.md](https://backlog.md/) is a tool that turns any folder with a Git repo
509-
into a selfcontained project board, powered by plain Markdown files
510-
and a zeroconfig CLI. Written in TypeScript, under MIT license. AI ready.
509+
into a self-contained project board, powered by plain Markdown files
510+
and a zero-config CLI. Written in TypeScript, under MIT license. AI ready.
511511
+ [git-resolve.sh](https://elixir.bootlin.com/linux/v6.16-rc3/source/scripts/git-resolve.sh)
512512
is a Bash script that resolves a short git commit ID to its full SHA-1 hash,
513513
which is particularly useful for fixing references in commit messages.
514-
Under GPL-2.0 license.
514+
Under GPL-2.0 license.
515515
+ [GitHub Trends](https://www.githubtrends.io/) is a service that
516-
uses GitHub API to bring you insightful metrics on your contributions,
516+
uses the GitHub API to bring you insightful metrics on your contributions,
517517
broken by repository and language.
518518
+ [DeepWiki](https://deepwiki.com/): AI-generated docs for any repo.
519519
This service turns any public GitHub repo into up-to-date documentation you can talk to
520520
(see for example [DeepWiki: git/git](https://deepwiki.com/git/git).
521521
DeepWiki is the free public version of [Devin Wiki](https://docs.devin.ai/work-with-devin/devin-wiki) and [Devin Search](https://docs.devin.ai/work-with-devin/devin-search).<br>
522-
There are a few silimar projects, like
522+
There are a few similar projects, like
523523
[Open Source DeepWiki](https://github.com/AsyncFuncAI/deepwiki-open) and
524524
[OpenDeepWiki](https://github.com/AIDotNet/OpenDeepWiki).
525525
+ [GitHub Repository Maintenance Agent](https://github.com/pamelafox/github-repo-maintainer-agent/)
526526
is an AI-powered agent for triaging failed [Dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide) pull requests
527-
across one GitHub repositories. The agent uses [Pydantic AI](https://ai.pydantic.dev/)
527+
across one's GitHub repositories. The agent uses [Pydantic AI](https://ai.pydantic.dev/)
528528
for LLM-based decisions and the GitHub API for repository, PR, and issue management.
529529
Written in Python, under MIT license.
530-
+ [tangled](https://tangled.sh/) is new social-enabled git collaboration platform
531-
built on [AT Protocol](https://atproto.com/) (that powers the Bluesky social network).
530+
+ [tangled](https://tangled.sh/) is a new social-enabled git collaboration platform
531+
built on the [AT Protocol](https://atproto.com/) (that powers the Bluesky social network).
532532
Written in Go, under MIT license; note that it is in alpha stage of development.<br>
533533
Compare with:
534534
+ [Radicle](https://radicle.xyz/), a peer-to-peer, local-first code collaboration stack built on Git
@@ -556,7 +556,7 @@ __Git tools and sites__
556556
Under GPLv3 license.
557557
+ [GitBug: Git Learning Simulator](https://github.com/dvig14/gitbug)
558558
is a CLI app that teaches Git through hands-on bug fixing.
559-
It uses a realistic merge conflict scenario with visual feedback at every step
559+
It uses a realistic merge conflict scenario with visual feedback at every step.
560560
The goal of the app is to help you learn by doing, not just reading.
561561
Written in Python, under MIT license, in early stage (alpha).<br>
562562
Compare with:

0 commit comments

Comments
 (0)