@@ -69,7 +69,7 @@ This edition covers what happened during the months of February and March 2024.
69
69
message. He suggested converting the error message to start with a
70
70
lowercase letter as our guidelines for error messages recommend.
71
71
72
-
Harmen, then sent
72
+
Harmen then sent
73
73
[a version 2 of his ](https://lore.kernel.org/git/[email protected]/)
74
74
which didn't change any `po/*.po` file and had the error message
75
75
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.
124
124
notes using plaintext. Soon after I had the idea of converting these
125
125
plaintext notes to prettified outlines, so I needed a way to convert
126
126
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).
128
128
129
129
Anyway, I first wrote a plaintext-to-HTML converter in Ruby. Then I
130
130
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,
132
132
haha.
133
133
134
134
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.
270
270
to browse the mailing list emails (which I sync to Gmail with
271
271
[lieer](https://.com/gauteh/lieer)).
272
272
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.
274
274
275
275
Last but not least, I use [tmux](https://.com/tmux/tmux/wiki) to organize terminal windows and
276
276
navigate quickly across them, even if I'm not using SSH.
@@ -329,11 +329,11 @@ __Light reading__
329
329
* Julia Evans continues her series of blog posts about Git with
330
330
[How HEAD works in git](https://jvns.ca/blog/2024/03/08/how-head-works-in-git/) and
331
331
[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
333
333
in [Git Rev News Edition #103](https://git..io/rev_news/2023/09/30/edition-103/).
334
334
*[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).
337
337
By Zack Koppert on Blog.
338
338
*[De Programmatica Ipsum, Issue #66: Version Control - Twenty Years Is Nothing](https://deprogrammaticaipsum.com/twenty-years-is-nothing/)
339
339
by Adrian Kosmaczewski.
@@ -348,7 +348,7 @@ __Light reading__
348
348
*[Five Ways to Be More Productive with Git](https://laravel-news.com/five-ways-to-be-more-productive-with-git)
349
349
by Paul Redmond on Laravel News blog. The blog post lists
350
350
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`),
0 commit comments