Skip to content

feature: add Bypass pre-push hook option to push dialog - #2630

Merged
love-linger merged 1 commit into
sourcegit-scm:developfrom
sdpfigueiredo:feature/push-no-verify
Aug 18, 2026
Merged

feature: add Bypass pre-push hook option to push dialog#2630
love-linger merged 1 commit into
sourcegit-scm:developfrom
sdpfigueiredo:feature/push-no-verify

Conversation

@sdpfigueiredo

@sdpfigueiredo sdpfigueiredo commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Description

Adds a Bypass pre-push hook checkbox to the Push Changes To Remote dialog that passes --no-verify to git push, skipping pre-push hooks.

  • src/Commands/Push.cs — new noVerify argument; appends --no-verify to the command line
  • src/ViewModels/Push.csNoVerify property wired into the push command
  • src/Views/Push.axaml — new checkbox (tooltip --no-verify)
  • src/ViewModels/PushRevision.cs — passes false for the new argument (behavior unchanged)
  • localization — Text.Push.NoVerify added to all 16 locales

Screenshot

image

Closes #2629

@sdpfigueiredo
sdpfigueiredo force-pushed the feature/push-no-verify branch from 2278912 to 0f4cd48 Compare August 17, 2026 16:58
@sdpfigueiredo sdpfigueiredo changed the title feature: add No-Verify option to push dialog Aug 17, 2026
@sdpfigueiredo
sdpfigueiredo force-pushed the feature/push-no-verify branch from 0f4cd48 to 2c337a5 Compare August 17, 2026 20:15
@sdpfigueiredo sdpfigueiredo changed the title feature: add Bypass pre-push hook option to push dialog Aug 17, 2026
@love-linger love-linger self-assigned this Aug 18, 2026
@love-linger love-linger added the enhancement New feature or request label Aug 18, 2026
@love-linger
love-linger merged commit 1218e11 into sourcegit-scm:develop Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

2 participants