radicle-heartwood-lfs/crates/radicle-remote-helper/src
Lorenz Leutgeb 379037956a remote-helper: Prevent doubly verifying each push
The context of the invocation of `git push` "internally" by the
remote helper is the same as by the user invoking `git push` most
of the time. That is, these pushes run within the same repository,
thus the configuration for pre-push hooks applies to both. This
leads to every push being verified *twice*.

If the user intends to configure pre-push hooks, then they would
do that on the remote with URL `rad://…`, and so the hook would
be executed before `git-remote-rad` even gets called.

We thus specify `--no-verify` to not verify again.
2025-09-11 16:59:12 +01:00
..
push remote-helper: remove check for fast-forward 2025-08-25 18:57:50 +02:00
fetch.rs remote-helper: Interpret verbosity option 2025-09-11 16:59:12 +01:00
git-remote-rad.rs radicle: Move logging setup calls to binaries 2025-08-07 08:30:59 +01:00
lib.rs remote-helper: Interpret verbosity option 2025-09-11 16:59:12 +01:00
list.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
push.rs remote-helper: Prevent doubly verifying each push 2025-09-11 16:59:12 +01:00