Skip to content

Commit e858849

Browse files
committed
rn-137: tiny fixes.
1 parent 7cb3e1a commit e858849

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

rev_news/drafts/edition-137.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ path Ben's profile was showing.
7373

7474
### One second of bad luck
7575

76-
Jeff King replied to Ben the same evening with a surprise: on his
76+
Jeff King, alias Peff, replied to Ben the same evening with a surprise: on his
7777
machine the effect was *reversed*, with the worktree being 9.43 times
78-
**faster** than the original clone of linux.git. Comparing profiles
78+
**faster** than the original clone of `linux.git`. Comparing profiles
7979
with `perf diff` showed the slow side spending its time computing
8080
SHA-1s, which implied stat-dirty entries, and running
8181
`git -C linux update-index --refresh` made both cases take about
@@ -438,9 +438,9 @@ __Light reading__
438438
comparing Git, Jujutsu and GitButler.
439439
+ [On Lazy Secrets Management](https://radekmie.dev/blog/on-lazy-secrets-management/)
440440
by Radosław Miernik on his @radekmie blog.
441-
Mentions [sops](https://getsops.io/) tool (SOPS: Secrets OPerationS)
442-
to keep `.env` file in repository but encrypted,
443-
[age](https://github.com/filosottile/age) secure file encryption tool and Go library,
441+
Mentions the [sops](https://getsops.io/) tool (SOPS: Secrets OPerationS)
442+
to keep e.g. the `.env` file in a repository but encrypted,
443+
the [age](https://github.com/filosottile/age) secure file encryption tool and Go library,
444444
and password managers with their API.
445445
+ [`git rebase -i` is not that scary](https://cachebag.sh/journal/interactive-rebasing/)
446446
by Akrm Al-Hakimi on his blog.
@@ -482,7 +482,7 @@ __Light reading__
482482
on Emacs Dwelling.
483483
+ [How to add previous commit messages and authors to you Git commit template?](https://talfus-laddus.de/blog/git-commit-wrapper/)
484484
by Matthias Schaub (~talfus-laddus) on his blog.
485-
His solution was to change `core.editor` to custom script.
485+
His solution was to change `core.editor` to a custom script.
486486
+ [Field Notes: Trunk-Based Development Makes Problems Painfully Visible](https://www.v01.io/posts/2026-trunk-based-development/)
487487
by Klaus Breyer on his blog.
488488
+ Compare [Patterns for Managing Source Code Branches](https://martinfowler.com/articles/branching-patterns.html)
@@ -524,7 +524,7 @@ __Light reading__
524524
+ [Using `uvx` in GitHub Actions in a cache-friendly way](https://til.simonwillison.net/github-actions/uvx-github-actions-cache)
525525
in Simon Willison's TILs (Today I've Learned).
526526
[uv](https://docs.astral.sh/uv/) is an extremely fast Python package and project manager,
527-
written in Rust; the `uvx` (`uv tool run`) is a command allows to install and run
527+
written in Rust; the `uvx` (`uv tool run`) is a command that allows to install and run
528528
a Python tool (like e.g., `pycowsay`) in an ephemeral virtual environment.
529529
+ [Counting Builds with Git Tags](https://onyxmueller.net/2026/07/05/counting-builds-with-git-tags/)
530530
(and a GitHub action), by Onyx Mueller on his blog.
@@ -575,7 +575,7 @@ __Light reading__
575575
Published by yorgos on Radicle blog.
576576
[Radicle](https://radicle.xyz) is a peer-to-peer, local-first code collaboration stack
577577
built on Git, first mentioned in [Git Rev News Edition #49](https://git.github.io/rev_news/2019/03/20/edition-49/),
578-
and most recently in [Edition #135](https://git.github.io/rev_news/2026/05/31/edition-135/)
578+
and most recently in [Edition #135](https://git.github.io/rev_news/2026/05/31/edition-135/).
579579
+ [Too many words about DIDs](https://steveklabnik.com/writing/too-many-words-about-dids/)
580580
by Steve Klabnik on his blog.
581581
DID (“Decentralized Identity” standard) is used by ATproto,
@@ -590,7 +590,7 @@ __Light reading__
590590
by Lewis (oyster\.cafe) on Tangled Blog.
591591
+ [grok-build-exfil-repro](https://github.com/cereblab/grok-build-exfil-repro)
592592
is a harness that shows you that xAI's Grok Build CLI uploads your entire
593-
repository — every tracked file plus full git history — to xAI's cloud,
593+
repository — every tracked file plus full Git history — to xAI's cloud,
594594
independent of what the agent reads, and that turning off "Improve the model"
595595
does not stop it.
596596

@@ -628,13 +628,13 @@ __Git tools and sites__
628628
No demo yet. Written in Go, under GPL-3.0 license.
629629
+ See also [One Year Of Gitus; Random Thoughts](https://sebastian.graphics/blog/one-year-of-gitus.html)
630630
by Zetian Lin (Sebastian Zack Tin Lahm-Lee).
631-
+ [GitRoot](https://gitroot.dev/) is a small yet powerfull git forge.
632-
Download one binary, launch it and you have a forge that can create git repositories,
631+
+ [GitRoot](https://gitroot.dev/) is a small yet powerfull Git forge.
632+
Download one binary, launch it and you have a forge that can create Git repositories,
633633
and manage who can access to what repositories. Issues, branch review, etc.,
634634
are provided with plugins. Written in Go,
635635
under EUPL 1.2, and also MIT, CC-BY-SA 4.0, CC0 1.0 licenses.
636636
+ [Thunderbird Patch Review](https://mccd.space/git/thunderbird-patch-review/file/README.html.html)
637-
is a Thunderbird Add-on to review git patches from email inside Thunderbird.
637+
is a Thunderbird Add-on to review Git patches from email inside Thunderbird.
638638
The workflow is to open a patch email, press "Review", comment on hunks,
639639
send the review as a mailing-list reply, and apply the series to a local repository
640640
with `git am`. Under EUPL v. 1.2 license.
@@ -661,8 +661,8 @@ __Git tools and sites__
661661
and most recently in [Edition #136](https://git.github.io/rev_news/2026/06/30/edition-136/).
662662

663663
+ [git-llmfs](https://codeberg.org/TheMikina/git-llmfs) is a **joke** tool:
664-
a git filter that uses local LLM summaries as a compression mechanism
665-
for code files to save space in a git repository.
664+
a Git filter that uses local LLM summaries as a compression mechanism
665+
for code files to save space in a Git repository.
666666
Bash scripts and LLM prompts, under MIT license.
667667

668668
## Releases

0 commit comments

Comments
 (0)