Skip to content

Commit db01ca8

Browse files
committed
Tiny corrections and rephrasings.
1 parent 9721df9 commit db01ca8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

rev_news/drafts/edition-123.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ This edition covers what happened during the months of April and May 2025.
2727
* [[PATCH] git: add --no-hooks global option](https://lore.kernel.org/git/[email protected]/)
2828

2929
Derrick Stolee, who prefers to be called just Stolee, sent a patch
30-
to the mailing list that added a new `--no-hooks` global option, and
31-
an equivalent `GIT_HOOKS` environment variable, to Git. The goal was
30+
to the mailing list that added a new `--no-hooks` global option and
31+
an equivalent `GIT_HOOKS` environment variable to Git. The goal was
3232
to allow users to disable all Git hooks during command execution.
3333

3434
This could be useful for expert users who would want to bypass
3535
pre-commit hooks when they have poor performance or perform useless
3636
checks.
3737

3838
Switching between enabled and disabled hooks and other workarounds,
39-
like setting `core.hooksPath` to a "bogus path" did not look
39+
like setting `core.hooksPath` to a "bogus path", did not look
4040
convenient and very safe.
4141

4242
brian m. carlson, who spell their name using only lowercase letters,
@@ -70,16 +70,16 @@ This edition covers what happened during the months of April and May 2025.
7070

7171
Junio Hamano, the Git maintainer, then replied to Phillip thanking
7272
him for pushing back on the idea, and saying that there should be a
73-
"compelling reason" to justify applying a change.
73+
"compelling reason" to justify a change.
7474

7575
Also instead of implementing options to disable hooks or
7676
configuration in some user facing "porcelain" commands, Junio
7777
advocated for cleaning up and refactoring these commands into new
7878
stable "plumbing" commands designed to be easily used in scripts.
7979

80-
Lucas Seiki Oshiro in the meantime replied to Phillip. Lucas had
80+
In the meantime, Lucas Seiki Oshiro replied to Phillip. Lucas had
8181
noticed that using `/dev/null` to disable hooks wasn't mentioned in
82-
the documentation of `core.hooksPath` even though it was tested in a
82+
the documentation of `core.hooksPath`, even though it was tested in a
8383
test script. He asked if Stolee's patch should therefore be turned
8484
into a documentation patch.
8585

@@ -101,8 +101,8 @@ This edition covers what happened during the months of April and May 2025.
101101
would only document that setting `core.hooksPath` to `/dev/null` was
102102
the supported mechanism to disable hooks.
103103

104-
In [the version 2 of his patch](https://lore.kernel.org/git/[email protected]/)
105-
indeed Stolee only updated the documentation of the `core.hooksPath`
104+
In [the version 2 of his patch](https://lore.kernel.org/git/[email protected]/),
105+
Stolee just updated the documentation of the `core.hooksPath`
106106
configuration option, adding the following small paragraph:
107107

108108
> You can also disable all hooks entirely by setting `core.hooksPath`

0 commit comments

Comments
 (0)