Skip to content

Commit 5cd8485

Browse files
committed
rn-74: fix a few formatting issues
1 parent 4b4817d commit 5cd8485

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_posts/2021-04-30-edition-74.markdown

+7-7
Original file line numberDiff line numberDiff line change
@@ -76,28 +76,28 @@ This edition covers what happened during the month of March 2021.
7676

7777
Philip Oakley and Phillip Wood first replied to Elijah's patch,
7878
which was quite complex, with only minor comments. Elijah and Junio
79-
- both replied to their comments. Then Elijah sent a
79+
both replied to their comments. Then Elijah sent a
8080
[version 2 of his patch](https://lore.kernel.org/git/[email protected]/)
8181
that only included typo fixes and comment clarifications to address
8282
Philip's and Phillip's suggestions.
8383

8484
Johannes Schindelin, alias Dscho, replied to this new version of the
8585
patch. He first said, as a tangent, that we should move away from
8686
the "Unix shell script heritage", especially what he called "the
87-
awful `let's write out one file per setting` strategy". He would
87+
awful _let's write out one file per setting_ strategy". He would
8888
like the project to use the JSON or the INI (like Git's own config
8989
files) format instead. He recognized that it might not be an easy
9090
switch though, as some users might unfortunately rely too much on
9191
such implementation details.
9292

9393
Dscho also made a number of small code suggestions. One was about
9494
how the variable encoding of the edit related options is
95-
checked. Another one was to get rid of an assert() statement that
95+
checked. Another one was to get rid of an `assert()` statement that
9696
Elijah's patch introduced. While Elijah agreed with the first one,
9797
he disagreed about the second, which started a small discussion
98-
about the value of assert() between Elijah, Junio and Dscho, with
98+
about the value of `assert()` between Elijah, Junio and Dscho, with
9999
Ævar Arnfjörð Bjarmason chiming in. Elijah eventually suggested
100-
replacing the assert() statements using a new BUG_ON() macro.
100+
replacing the `assert()` statements using a new `BUG_ON()` macro.
101101

102102
About Dscho's tangent that we should stop writing one file per
103103
setting and use a standard format instead, Elijah said he was glad
@@ -123,7 +123,7 @@ This edition covers what happened during the month of March 2021.
123123
Meanwhile Elijah sent a
124124
[version 3 of his patch](https://lore.kernel.org/git/[email protected]/)
125125
that took into account all the suggestions Dscho had made, including the
126-
removal of the assert() statement. Dscho gave his "Reviewed-by:" and
126+
removal of the `assert()` statement. Dscho gave his "Reviewed-by:" and
127127
the patch has since been merged into the 'master' branch.
128128

129129

@@ -168,7 +168,7 @@ This edition covers what happened during the month of March 2021.
168168
On my first contact with Git shortly after Linus published his first
169169
version, one thing stood out for me as non-intuitive after using all
170170
those former tools: the "record only the content and not by which
171-
operation we got there" motto, which leaves to `git-diff` the work of
171+
operation we got there" motto, which leaves to `git diff` the work of
172172
reconstructing the "which operation" part. Yet, soon after it struck
173173
me as probably the most brilliant aspect in Git's design.
174174

0 commit comments

Comments
 (0)