Skip to content

Commit aad1c90

Browse files
authored
Merge pull request #796 from stepnem/rn126copyedit
rn-126: minor copy edit
2 parents 1d5998d + 5f621a6 commit aad1c90

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

rev_news/drafts/edition-126.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ welcome your thoughts and feedback!_
257257

258258
* **Have you thought about mentoring new GSoC / Outreachy students?**
259259

260-
Yes, I hope to mentor future Outreachy interns if the opportunity arise.
260+
Yes, I hope to mentor future Outreachy interns if the opportunity arises.
261261

262262
* **If you could get a team of expert developers to work full time on
263263
something in Git for a full year, what would it be?**
@@ -281,7 +281,7 @@ welcome your thoughts and feedback!_
281281
* **What is your favorite Git-related tool/library, outside of Git
282282
itself?**
283283

284-
GitHub and GitLab
284+
GitHub and GitLab.
285285

286286
* **What is your toolbox for interacting with the mailing list and for
287287
development of Git?**
@@ -370,7 +370,7 @@ __Various__
370370
__Light reading__
371371

372372
+ [The future of large files in Git is Git](https://tylercipriani.com/blog/2025/08/15/git-lfs/)
373-
by Tyler Cipriani on his blog. It describes how can one use
373+
by Tyler Cipriani on his blog. It describes how one can use
374374
partial clone today (and large object promisors in the future,
375375
which are work in progress) instead of using [Git LFS](https://git-lfs.com/)
376376
or similar solutions like [git-annex](https://git-annex.branchable.com/)
@@ -404,12 +404,12 @@ __Light reading__
404404
+ [Radicle](https://radicle.xyz/), a peer-to-peer, local-first code collaboration stack built on Git,
405405
was first mentioned in [Git Rev News Edition #49](https://git.github.io/rev_news/2019/03/20/edition-49/).
406406
+ [introducing spindle](https://blog.tangled.sh/ci) by Anirudh & Akshay on Tangled blog;
407-
spindle is Tangled’s new CI runner built atop Nix and AT Protocol.
407+
spindle is Tangled’s new CI runner built atop Nix and the AT Protocol.
408408
+ [Tangled.sh](https://blog.tangled.sh/intro) is a new social-enabled Git collaboration platform
409-
build on top of AT Protocol (which is behind [BlueSky](https://bsky.app/)
409+
built on top of the AT Protocol (which is behind [BlueSky](https://bsky.app/)
410410
microblogging federated social media service).
411411
First mentioned in [the previous edition of Git Rev News](https://git.github.io/rev_news/2025/07/31/edition-125/).
412-
+ Compare [Using Radicle CI for Development](https://radicle.xyz/2025/07/23/using-radicle-ci-for-development)
412+
+ Compare the [Using Radicle CI for Development](https://radicle.xyz/2025/07/23/using-radicle-ci-for-development)
413413
article by Lars Wirzenius, also mentioned in [Git Rev News #125](https://git.github.io/rev_news/2025/07/31/edition-125/).
414414
[Radicle](https://radicle.xyz/) is another distributed Git hosting system,
415415
first mentioned in [Git Rev News Edition #49](https://git.github.io/rev_news/2019/03/20/edition-49/).
@@ -448,7 +448,7 @@ __Light reading__
448448
+ [Some Pretty Cool Git Tools To Save Your Sanity](https://fev.al/posts/git-tools/)
449449
by Charles Féval on his blog.
450450
Mentions `git revise` for splitting pull requests (PRs),
451-
and own `git backup`, `git reparent`, `git split`, `git move-branch`, and `git bookmark` commands.
451+
and custom `git backup`, `git reparent`, `git split`, `git move-branch`, and `git bookmark` commands.
452452
+ [Using Git worktrees for development](https://blog.kulman.sk/git-worktree/)
453453
by Igor Kulman on his blog.
454454
+ [Curing A Case Of Git-UX](https://oppi.li/posts/curing_a_case_of_git-UX/)
@@ -458,15 +458,15 @@ __Light reading__
458458
and shell functions.
459459
+ See also [Improving shell workflows with fzf](https://seb.jambor.dev/posts/improving-shell-workflows-with-fzf/),
460460
mentioned in [Git Rev News Edition #74](https://git.github.io/rev_news/2021/04/30/edition-74/).
461-
+ [Making my GitHub heatmap widget](https://leanrada.com/notes/github-heatmap-widget/)
462-
Lean Rada on their blog. The created tool scrapes an HTML input partially and reformats it,
463-
but is constructed in such way that it could have consumed JSON from GitHub API instead.
461+
+ [Making my GitHub heatmap widget](https://leanrada.com/notes/github-heatmap-widget/) by
462+
Lean Rada on their blog. The created tool partially scrapes and reformats HTML input,
463+
but is constructed in such way that it could consume JSON from GitHub API instead.
464464
+ [TryHackMe - Git Happens](https://jacen.moe/blog/20250805-tryhackme-git-happens/)
465465
by Jacen Sekai on his blog, about [Git Happens](https://tryhackme.com/room/githappens):
466466
an easy-ranked box on [TryHackMe](https://tryhackme.com/), website for
467467
hands-on cyber security training through real-world scenarios.
468468
+ [The Ingredients of a Productive Monorepo](https://blog.swgillespie.me/posts/monorepo-ingredients/)
469-
by Sean Gillespie on his misguided thoughts blog.
469+
by Sean Gillespie on his blog.
470470
+ You can find a definition of "monorepo" and a list of various tools on the [Monorepo.tools](https://monorepo.tools/) site,
471471
which was first mentioned in [Git Rev News Edition #84](https://git.github.io/rev_news/2022/02/28/edition-84/).
472472
+ [Git Branching Explained: Base, Topic, and Parent Branches](https://www.git-tower.com/blog/base-topic-parent-branches)
@@ -481,7 +481,7 @@ __Light reading__
481481
to reverse the order of the commits in an interactive `git rebase`.
482482
+ [Every line of code is always documented](https://mislav.net/2014/02/hidden-documentation/)
483483
by Mislav Marohnić on his blog (2014). The article describes how to
484-
extract information about code snippet from project history using `git blame`,
484+
extract information about a code snippet from project history using `git blame`,
485485
'pickaxe' search with `git log -S`, and a
486486
[git-churn](https://github.com/garybernhardt/dotfiles/blob/f0c0ff92209e5aed4fa3ef6faf056eb9944a8f12/bin/git-churn) script,
487487
and how to stay on the right side of history
@@ -517,17 +517,17 @@ __Git tools and sites__
517517
Written in Rust, under Apache 2.0 License.
518518
Started out as Patchable internal tool.<br>
519519
You might also be interested in reading the announcement blog post:
520-
[Modifying Other People's Software]()
520+
[Modifying Other People's Software](https://natkr.com/2025-08-14-modifying-other-peoples-software/)
521521
by Natalie Klestrup Röijezon (natkr) on natkr's ramblings.
522522
+ Compare [patchwork](http://jk.ozlabs.org/projects/patchwork/) - a web-based patch tracking system
523-
designed to facilitate the contribution and management of contributions to an open-source project,
523+
designed to facilitate contribution and management of contributions to an open-source project,
524524
first mentioned in [Git Rev News Edition #20](https://git.github.io/rev_news/2016/10/19/edition-20/).
525525
+ Compare [Stacked Git (StGit)](https://stacked-git.github.io/),
526526
an application for managing Git commits as a stack of patches,
527527
first mentioned in [Git Rev News Edition #17](https://git.github.io/rev_news/2016/07/20/edition-17/).
528528
+ Compare [B4 Tools](https://github.com/mricon/b4), a helper utility
529529
to work with patches made available via a [public-inbox](https://public-inbox.org/README.html) archive like [lore.kernel.org](https://lore.kernel.org/).
530-
This tool is written to make it easier to participate in a patch-based workflows,
530+
This tool is written to make it easier to participate in patch-based workflows,
531531
like those used in the Linux kernel development.
532532
First mentioned in [Git Rev News Edition #61](https://git.github.io/rev_news/2020/03/25/edition-61/).
533533
+ [patch-hub](https://github.com/kworkflow/patch-hub/tree/unstable) is a TUI tool
@@ -567,7 +567,7 @@ __Git tools and sites__
567567
The [Introducing git-revise](https://mystor.github.io/git-revise.html)
568568
blog post was mentioned in [Git Rev News Edition #54](https://git.github.io/rev_news/2019/08/21/edition-54/).
569569
+ [git-tools](https://github.com/cfe84/git-tools) is a set of additional Git commands
570-
to help you make crazy stuff in a very unsafe way.
570+
to "help you make crazy stuff in a very unsafe way".
571571
Includes `git backup`, `git move-branch`, `git reparent` (similar to `git rebase --onto`),
572572
`git split`, `git bookmark`, `git newbranch`, and `git get`.
573573
Written in Go, under GPL 2.0 license.
@@ -579,7 +579,7 @@ __Git tools and sites__
579579
+ [git-word-blame](https://framagit.org/mdamien/git-word-blame)
580580
is a tool that shows word-by-word authors of a file, creating TSV and HTML files.
581581
Written in Python, under GPL 3.0 license.
582-
The README includes links to a few alternative tools in "See also" section.
582+
The README includes links to a few alternative tools in the "See also" section.
583583
+ [`gguser`](https://github.com/withshubh/gguser) is a CLI tool
584584
to easily switch between different Git user profiles.
585585
It simplifies managing multiple GitHub or GitLab accounts
@@ -589,7 +589,7 @@ __Git tools and sites__
589589
for GitLab's application settings, groups, projects, and more,
590590
using hierarchical configuration written in YAML.
591591
Written in Python, under MIT license.<br>
592-
See [GitlabForm for Gitlab repository automation](https://www.mikestreety.co.uk/blog/gitlabform-for-gitlab-repository-automation/)
592+
See the [GitlabForm for Gitlab repository automation](https://www.mikestreety.co.uk/blog/gitlabform-for-gitlab-repository-automation/)
593593
blog post by Mike Street on his blog.
594594
+ [`gmap`](https://github.com/seeyebe/gmap) is a fast command-line tool
595595
(with terminal interface) to explore Git activity - heatmaps, churn, authorship, and more.

0 commit comments

Comments
 (0)