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

@sdpfigueiredosdpfigueiredo commented Aug 17, 2026

Copy link
Copy Markdown

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

@sdpfigueiredosdpfigueiredo changed the title feature: add No-Verify option to push dialogfeature: add Bypass pre-push hook option to push dialogAug 17, 2026
@sdpfigueiredosdpfigueiredo changed the title feature: add Bypass pre-push hook option to push dialogfeature: add Bypass pre-push hook option to push dialogAug 17, 2026
@love-lingerlove-linger self-assigned this Aug 18, 2026
@love-lingerlove-linger added the enhancement New feature or request label Aug 18, 2026
@love-linger
love-linger merged commit 1218e11 into sourcegit-scm:developAug 18, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@sdpfigueiredo@love-linger