File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This edition covers what happened during the months of February and March 2024.
6969
message. He suggested converting the error message to start with a
7070
lowercase letter as our guidelines for error messages recommend.
7171

72-
Harmen, then sent
72+
Harmen then sent
7373
[a version 2 of his ](https://lore.kernel.org/git/[email protected]/)
7474
which didn't change any `po/*.po` file and had the error message
7575
start with a lowercase letter. Patrick reviewed that and found
@@ -124,11 +124,11 @@ This edition covers what happened during the months of February and March 2024.
124124
notes using plaintext. Soon after I had the idea of converting these
125125
plaintext notes to prettified outlines, so I needed a way to convert
126126
them to HTML. For better or worse, all this happened before I
127-
discovered Emacs and Orgmode (or even Markdown).
127+
discovered Emacs and Org mode (or even Markdown).
128128

129129
Anyway, I first wrote a plaintext-to-HTML converter in Ruby. Then I
130130
rewrote it in C just for fun. Then again in Haskell (using a minimal
131-
subset of Orgmode syntax). As you can see, I sort of got carried away,
131+
subset of Org mode syntax). As you can see, I sort of got carried away,
132132
haha.
133133

134134
I would go on to write dozens of pet projects (rudimentary chess
@@ -270,7 +270,7 @@ This edition covers what happened during the months of February and March 2024.
270270
to browse the mailing list emails (which I sync to Gmail with
271271
[lieer](https://.com/gauteh/lieer)).
272272

273-
I use Orgmode in Emacs heavily for organizing code snippets and ideas.
273+
I use Org mode in Emacs heavily for organizing code snippets and ideas.
274274

275275
Last but not least, I use [tmux](https://.com/tmux/tmux/wiki) to organize terminal windows and
276276
navigate quickly across them, even if I'm not using SSH.
@@ -329,11 +329,11 @@ __Light reading__
329329
* Julia Evans continues her series of blog posts about Git with
330330
[How HEAD works in git](https://jvns.ca/blog/2024/03/08/how-head-works-in-git/) and
331331
[The "current branch" in git](https://jvns.ca/blog/2024/03/22/the-current-branch-in-git/).
332-
The first entry in this series of blog posts can be found
332+
The first entry in this series of blog posts can be found
333333
in [Git Rev News Edition #103](https://git..io/rev_news/2023/09/30/edition-103/).
334334
* [Keeping repository maintainer information accurate](https://.blog/2024-03-04-keeping-repository-maintainer-information-accurate/):
335-
ensuring that [CODEOWNERS file](https://docs..com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners)
336-
is up to date with the help of tools like the [cleanowners](https://.com//cleanowners) tool.
335+
ensuring that the [CODEOWNERS file](https://docs..com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners)
336+
is up to date with the help of tools like [cleanowners](https://.com//cleanowners).
337337
By Zack Koppert on Blog.
338338
* [De Programmatica Ipsum, Issue #66: Version Control - Twenty Years Is Nothing](https://deprogrammaticaipsum.com/twenty-years-is-nothing/)
339339
by Adrian Kosmaczewski.
@@ -348,7 +348,7 @@ __Light reading__
348348
* [Five Ways to Be More Productive with Git](https://laravel-news.com/five-ways-to-be-more-productive-with-git)
349349
by Paul Redmond on Laravel News blog. The blog post lists
350350
a few useful Git aliases, setting up a commit template, using password manager for SSH keys
351-
(that can be used for signing commits), making use of CLI tool (`gh`),
351+
(that can be used for signing commits), making use of the CLI tool (`gh`),
352352
and configuring `mergetool` and `difftool`.
353353
* [Git: programmatic staging](https://choly.ca/post/git-programmatic-staging/)
354354
(with the help of the [`expect`](https://linux.die.net/man/1/expect) tool,
@@ -363,7 +363,7 @@ __Light reading__
363363
by the same author mentions other similar tools, namely
364364
[CodeQL](https://codeql..com/) (mentioned in passing
365365
in [Git Rev News Edition #79](https://git..io/rev_news/2021/09/30/edition-79/)),
366-
and [Comby](https://comby.dev/). It also talks about newly created
366+
and [Comby](https://comby.dev/). It also talks about the newly created
367367
[`semgrepx`](https://.com/icholy/semgrepx) tool for rewriting `semgrep` matches
368368
using externals tools (such as Datasette's [`llm`](https://llm.datasette.io/) CLI tool
369369
and Python library).
@@ -406,22 +406,22 @@ __Git tools and sites__
406406
* Compare and contrast with [git-vain](https://git.anna.lgbt/anna/git-vain)
407407
(mentioned in [Git Rev News Edition #103](https://git..io/rev_news/2023/09/30/edition-103/))
408408
and [git-vanity-sha](https://.com/mattbaker/git-vanity-sha)
409-
(mentioned in [Git Rev News Edition #39](https://git..io/rev_news/2018/05/16/edition-39/))
410-
tools to generate vanity hashes, for example to make SHA-1 hash of the HEAD begin with `c0ffee`.
409+
(mentioned in [Git Rev News Edition #39](https://git..io/rev_news/2018/05/16/edition-39/)),
410+
tools to generate vanity hashes (for example to make the SHA-1 hash of HEAD begin with `c0ffee`).
411411
* [Nosey Parker](https://.com/praetorian-inc/noseyparker/) is a command-line program
412412
that finds secrets and sensitive information in textual data and Git history.
413413
Written in Rust, under Apache 2.0 license.
414414
* [gitu](https://.com/altsem/gitu) - a TUI Git client inspired by Magit.
415415
Written in Rust, under MIT license.
416-
* [Vim-Flog](https://.com/rbong/vim-flog) is a powerful git branch viewer for Vim.
417-
In Vim 8/9, it requires LuaJIT (preferred) or Lua installed.
416+
* [Vim-Flog](https://.com/rbong/vim-flog) is a powerful Git branch viewer for Vim.
417+
Requires Neovim or Vim with Lua support.
418418
* [gcd](https://.com/davvid/gcd) - Git worktree navigator,
419419
lets you quickly navigate to Git worktrees on your filesystem,
420-
and quickly navigate to directories within your current worktree.
421-
Written as a set of shell functions, to be sourced into `~/.zshrc` or `~/.bashrc`.
422-
* [grepdiff](https://pkg.go.dev/rsc.io/grepdiff) is a command line tool that reads unified diffs
420+
and to directories within your current worktree.
421+
Written as a set of shell functions to be sourced into `~/.zshrc` or `~/.bashrc`.
422+
* [grepdiff](https://pkg.go.dev/rsc.io/grepdiff) is a command-line tool that reads unified diffs
423423
from the files passed as arguments (or standard input), and prints a reduced diff
424-
containing only the hunks matching the regular expression. Written in Go.
424+
containing only the hunks matching a regular expression. Written in Go.
425425
* [Gitstr](https://.com/fiatjaf/gitstr) is a tool to send and receive Git es
426426
over [Nostr][], using [NIP-34](https://.com/nostr-protocol/nips/pull/997).
427427
* Compare and contrast with [git-ssb](https://scuttlebot.io/apis/community/git-ssb.html)

0 commit comments

Comments
 (0)