Skip to content

Commit 4ae9989

Browse files
committed
Tiny corrections and rephrasings, part 2.
1 parent ef0b326 commit 4ae9989

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

_posts/2025-05-31-edition-123.markdown

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ This edition covers what happened during the months of April and May 2025.
2929
[the "Consolidate ref-related functionality into git-refs" project](https://summerofcode.withgoogle.com/programs/2025/projects/xVrT5e2q)
3030
mentored by Patrick Steinhardt and Jialuo She. See Meet's
3131
[blog](https://inosmeet.github.io/posts/) and
32-
[repository](https://github.com/inosmeet/git) for more.
32+
[repository](https://github.com/inosmeet/git) for more.
3333

3434
- Lucas Seiki Oshiro will work on
3535
[the "Machine-Readable Repository Information Query Tool" project](https://summerofcode.withgoogle.com/programs/2025/projects/fGgMYHwl)
36-
mentored by Karthik Nayak and Patrick
37-
Steinhardt. See Lucas' [blog](https://lucasoshiro.github.io/en/)
38-
and [repository](https://github.com/lucasoshiro/git) for more.
36+
mentored by Karthik Nayak and Patrick
37+
Steinhardt. See Lucas's [blog](https://lucasoshiro.github.io/en/)
38+
and [repository](https://github.com/lucasoshiro/git) for more.
3939

4040
- Ayush Chandekar will work on
4141
[the "Refactoring in order to reduce Git’s global state" project](https://summerofcode.withgoogle.com/programs/2025/projects/no7dVMeG)
@@ -45,7 +45,7 @@ This edition covers what happened during the months of April and May 2025.
4545

4646
### Reviews
4747

48-
* [[PATCH] git: add --no-hooks global option](https://lore.kernel.org/git/[email protected]/)
48+
* [[PATCH] git: add `--no-hooks` global option](https://lore.kernel.org/git/[email protected]/)
4949

5050
Derrick Stolee, who prefers to be called just Stolee, sent a patch
5151
to the mailing list that added a new `--no-hooks` global option and
@@ -170,28 +170,28 @@ __Light reading__
170170
+ [Git aliases](https://heitorpb.github.io/bla/git-aliases/)
171171
by Heitor de Bittencourt on Heitor's Log blog,
172172
which includes comparison with shell aliases,
173-
and is only missing the trick to set git completion for `!` alias.
173+
and is only missing the trick to set `git` completion for the `!` alias.
174174
+ [Pushing a whole stack of branches with a single Git command](https://andrewlock.net/pushing-a-whole-stack-of-branches-with-a-single-git-command/)
175175
(with the help of git aliases)
176-
by Andrew Lock on .NET Escapades
176+
by Andrew Lock on .NET Escapades.
177177
+ [Tally All Git Trailers in a Repository](https://calebhearth.com/tally-git-trailers.page),
178178
with a list of interesting and useful trailers _(with many links)_,
179179
by Caleb Hearth on his blog.
180180
+ [You can use Git to version control your notes, and here’s how I do it](https://www.xda-developers.com/you-can-use-git-to-version-control-your-notes/)
181181
by Ayush Pande on XDA Developers
182-
(with Joplin as an example of note-taking application one can use with Git).
182+
(with Joplin as an example of a note-taking application one can use with Git).
183183
+ [A Short Guide on Git for Vibe Coders](https://anfalmushtaq.com/articles/a-short-guide-on-git-for-vibe-coders)
184184
by Anfal Mushtaq on his blog.
185185
+ [Version Control To The Max](https://hackaday.com/2025/05/14/version-control-to-the-max/)
186186
by Al Williams on Hackaday,
187187
about backing up the entire development environment
188188
(with QEMU or VirtualBox or VMWare).
189189
+ [Converting a Git repo from tabs to spaces](https://eev.ee/blog/2016/06/04/converting-a-git-repo-from-tabs-to-spaces/)
190-
with the help of "filter" gitattribute and `expand` tool (part of the _coreutils_),
190+
with the help of the "filter" gitattribute and the `expand` tool (part of the _coreutils_),
191191
by Eevee on Fuzzy Notepad blog (2016).
192192
+ [How the GitHub CLI can now enable triangular workflows](https://github.blog/open-source/git/how-the-github-cli-can-now-enable-triangular-workflows/)
193193
by Tyler McGoffin on GitHub Blog.
194-
+ [Using git-upload-pack for a simpler CI integration](https://blog.screenshotbot.io/2025/05/09/using-git-upload-pack-for-a-simpler-ci-integration/),
194+
+ [Using `git-upload-pack` for a simpler CI integration](https://blog.screenshotbot.io/2025/05/09/using-git-upload-pack-for-a-simpler-ci-integration/),
195195
on how Screenshotbot can now extract commit graph data from remote repositories
196196
(assuming one has SSH access to their Git repositories),
197197
by Arnold Noronha on Screenshotbot Blog.
@@ -216,16 +216,16 @@ __Git tools and sites__
216216

217217
+ [A modern theme for cgit](https://yingtongli.me/blog/2025/05/16/cgit.html)
218218
by Lee Yingtong Li on Inane Observations blog.
219-
Source code for described themed fork of [cgit](https://git.zx2c4.com/cgit/tree/README)
219+
The source code for this themed fork of [cgit](https://git.zx2c4.com/cgit/tree/README)
220220
is available at <https://yingtongli.me/git/cgit-yli-theme>.
221221
Under GPL v2 license.
222222
+ [AutoGit-o-Matic](https://github.com/FPGArtktic/AutoGit-o-Matic) is a Bash script
223223
that automates Git operations across multiple repositories. It helps you
224224
pull or fetch updates from multiple repositories with a single command
225225
(with dry-run capability),
226-
and scan directories for Git repositories automatically;
227-
it logs operations in both TXT and JSON formats,
228-
and is configurable via INI file.
226+
scans directories for Git repositories automatically,
227+
logs operations in both TXT and JSON formats,
228+
and is configurable via an INI file.
229229
Under GPL-3.0 license.
230230
+ [StatsCat](https://github.com/z1cheng/statscat) is a CLI tool
231231
to get per-author and per-directory statistics of all your Git repositories.

0 commit comments

Comments
 (0)