We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e78209 + cefdc9d commit 4681199Copy full SHA for 4681199
apps/desktop/src/components/DetailsForm.svelte
@@ -52,10 +52,11 @@
52
53
<SectionCard labelFor="runHooks" orientation="row">
54
{#snippet title()}
55
- Run commit hooks
+ Run Git hooks
56
{/snippet}
57
{#snippet caption()}
58
- Enabling this will run any git pre and post commit hooks you have configured in your repository.
+ Enabling this will run git pre-push, pre and post commit, and commit-msg hooks you have
59
+ configured in your repository.
60
61
{#snippet actions()}
62
<Toggle id="runHooks" bind:checked={$runCommitHooks} />
0 commit comments