Skip to content

Commit cd909a4

Browse files
committed
Reword the "git hooks" settings description
It was saying only commit hooks run, while we have commit-msg and pre-push as well.
1 parent fd992b0 commit cd909a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/desktop/src/components/DetailsForm.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@
5252

5353
<SectionCard labelFor="runHooks" orientation="row">
5454
{#snippet title()}
55-
Run commit hooks
55+
Run git hooks
5656
{/snippet}
5757
{#snippet caption()}
58-
Enabling this will run any git pre and post commit hooks you have configured in your repository.
58+
Enabling this will run git pre-push, pre and post commit, and commit-msg hooks you have
59+
configured in your repository.
5960
{/snippet}
6061
{#snippet actions()}
6162
<Toggle id="runHooks" bind:checked={$runCommitHooks} />

0 commit comments

Comments
 (0)