radicle-heartwood-lfs/crates/radicle-remote-helper/src
Adrian Duke eb2dded0ed remote-helper: Introduce magic push ref 'refs/for/'
Introduces support for Gerrit-style magic push references via
`refs/for/<branch>`. Pushing to this ref automatically extracts the
target branch and opens a patch against it, bypassing the need for the
push option `patch.target`. Example:

```
$ git push rad HEAD:refs/for/accepted
```

Will open a patch with its `patch.target` set to `refs/heads/accepted`.
2026-06-09 11:37:26 +02:00
..
push treewide: Spelling 2026-04-30 15:50:29 -04:00
fetch.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
list.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
main.rs remote-helper: Add 'patch.target' push option 2026-06-09 11:21:33 +02:00
protocol.rs remote-helper/protocol: Introduce Line and Command 2026-02-18 00:07:35 +01:00
push.rs remote-helper: Introduce magic push ref 'refs/for/' 2026-06-09 11:37:26 +02:00
service.rs radicle: Prevent `RAD_SOCKET` from polluting tests 2026-04-09 17:53:49 +02:00