Skip to content

Commit b041cbe

Browse files
committed
rn-130: Tiny fixes, part 3.
1 parent 1e51689 commit b041cbe

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

_posts/2025-12-31-edition-130.markdown

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ __Light reading__
406406
+ [Migrating from GitHub to Codeberg](https://ziglang.org/news/migrating-from-github-to-codeberg/)
407407
by Andrew on Zig Language News.
408408
+ [How Do Git Remotes Work? And How Do I Self-host My Own?](https://fev.al/posts/git-remote/)
409-
What it takes to create the simplest, barest self-hosted git remote,
410-
and learn stuff about git in the process.
409+
What it takes to create the simplest, barest self-hosted Git remote,
410+
and learn stuff about Git in the process.
411411
Post by Charles Féval on his blog.
412412
+ [Guarding My Git Forge Against AI Scrapers](https://vulpinecitrus.info/blog/guarding-git-forge-ai-scrapers/)
413413
by ~lymkwi (lux) on VulpineCitrus blog.
@@ -418,9 +418,9 @@ __Light reading__
418418
by Jynn Nelson (@jyn) on the website of jyn.
419419
+ See also [Discussion of the Benefits and Drawbacks of the Git Pre-Commit Hook](https://yeldirium.de/2025/10/09/pre-commit-hooks/index.html)
420420
in [Git Rev News Edition #128](https://git.github.io/rev_news/2025/10/31/edition-128/).
421-
+ [Git Hooks](https://githooks.com/) website gives an example of using pre-commit hook
421+
+ The [Git Hooks](https://githooks.com/) website gives an example of using pre-commit hook
422422
to check the commit message for spelling errors;<br>
423-
[`pre-commit.sample`](https://github.com/git/git/blob/master/templates/hooks/pre-commit.sample)
423+
the [`pre-commit.sample`](https://github.com/git/git/blob/master/templates/hooks/pre-commit.sample)
424424
provided with Git checks for non-ASCII characters in filenames
425425
(and can be configured to be turned off with `hooks.allownoascii`).
426426
+ There are various tools that help managing pre-commit hooks, like
@@ -443,7 +443,7 @@ __Light reading__
443443
and Branch Rulesets for short lived branches, defining rules before branches are created.
444444
+ [`magit-insert-worktrees` improves status buffers](https://huonw.github.io/blog/2025/12/magit-insert-worktrees/)
445445
by Huon Wilson on his "Huon on the internet" blog.
446-
+ [Magit](https://magit.vc/) package for interfacing to Git within Emacs editor
446+
+ The [Magit](https://magit.vc/) package for interfacing to Git within the Emacs editor
447447
was first mentioned in passing in [Git Rev News Edition #6](https://git.github.io/rev_news/2015/08/05/edition-6/);
448448
among other mentions there was [Emacs and Magit](https://lwn.net/Articles/727550/)
449449
article on LWN\.net in [Git Rev News Edition #30](https://git.github.io/rev_news/2017/08/16/edition-30/).
@@ -464,10 +464,9 @@ __Light reading__
464464
(mentioned in [Git Rev News Edition #128](https://git.github.io/rev_news/2025/10/31/edition-128/)).
465465
+ [From Zero to GitHub: Starting A New jj (Jujutsu) Repo](https://www.visualmode.dev/from-zero-to-github-starting-a-new-jj-jujutsu-repo)
466466
by Josh Branchaud on VisualMode.
467-
468-
+ [30 Years of <br> Tags](https://www.artmann.co/articles/30-years-of-br-tags):
467+
+ [30 Years of `<br>` Tags](https://www.artmann.co/articles/30-years-of-br-tags):
469468
Three decades of making things on the internet.
470-
Includes introduction of Git, GitHub, and GitDevOps (push to publish) workflow.
469+
Includes the introduction of Git, GitHub, and the GitDevOps (push to publish) workflow.
471470
Post by Christoffer Artmann on his blog.
472471
+ [Free Software Needs Free Tools](https://mako.cc/writing/hill-free_tools.html)
473472
by Benjamin Mako Hill (2010).
@@ -477,11 +476,11 @@ __Easy watching__
477476

478477
+ [Magit, fzf, and ast-grep demo](https://www.saltycrane.com/blog/2025/12/magit-fzf-and-ast-grep-demo/)
479478
by Eliot (@saltycrane) on SaltyCrane Blog.
480-
Video [on YouTube](https://www.youtube.com/watch?v=W4eOz3L6Ga8)
479+
The video [on YouTube](https://www.youtube.com/watch?v=W4eOz3L6Ga8)
481480
is 12:40 minutes long.
482481
+ [Git & GitHub Crash Course for Beginners](https://www.freecodecamp.org/news/git-and-github-crash-course-for-beginners/)
483482
by Beau Carnes on freeCodeCamp.
484-
Video [on YouTube](https://www.youtube.com/watch?v=mAFoROnOfHs)
483+
The video [on YouTube](https://www.youtube.com/watch?v=mAFoROnOfHs)
485484
by freeCodeCamp.org and logicBase Labs
486485
is 1:21:19 hours long.
487486

@@ -515,7 +514,7 @@ __Git tools and sites__
515514
blog post by Anh Tuan Le.
516515
+ [gtr - Git Worktree Runner](https://github.com/coderabbitai/git-worktree-runner)
517516
by the CodeRabbit team
518-
is a portable, cross-platform CLI for managing git worktrees with ease,
517+
is a portable, cross-platform CLI for managing Git worktrees with ease,
519518
with editor and AI tool integration.
520519
It automates per-branch worktree creation, configuration copying,
521520
dependency installation, and workspace setup.
@@ -528,7 +527,7 @@ __Git tools and sites__
528527
[wtp (Worktree Plus)](https://github.com/satococoa/wtp)
529528
mentioned in [Git Rev News Edition #125](https://git.github.io/rev_news/2025/07/31/edition-125/).
530529
+ [Git Pow](https://github.com/markrai/gitpow)
531-
is an open-source, cross-platform git client.
530+
is an open-source, cross-platform Git client.
532531
It implements conditional strategies to handle larger repositories,
533532
showing image previews to visualize what changed,
534533
and grouping commits by month/year, among other features.
@@ -538,7 +537,7 @@ __Git tools and sites__
538537
is a comprehensive Git repository analytics tool
539538
that provides detailed insights into developer contributions, subsystem ownership,
540539
and codebase evolution over time.
541-
Written in Python (using Flask library) and JavaScript,
540+
Written in Python (using the Flask library) and JavaScript,
542541
under [CC-BY-NC-SA 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/).
543542
[Demo](http://13.61.92.173:5555/) and Docker image available.
544543
+ [Gitmal](https://github.com/antonmedv/gitmal)
@@ -559,7 +558,7 @@ __Git tools and sites__
559558
+ [Buggy: Fast and simple bug tracker](https://git.dillo-browser.org/buggy/tree/README.md?h=main).
560559
The buggy program compiles a set of issues written in Markdown into HTML pages
561560
suitable to be read from a web browser. It is intended to be used
562-
alongside a version control system (VCS) like git to track changes in the issues.
561+
alongside a version control system (VCS) like Git to track changes in the issues.
563562
Written in C, under MIT license.
564563
+ [Today I Learned: Git](https://github.com/jbranchaud/til?tab=readme-ov-file#git)
565564
by Josh Branchaud, under MIT license.

0 commit comments

Comments
 (0)