radicle-heartwood-lfs/crates/radicle-cli
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
..
examples remote-helper: Introduce magic push ref 'refs/for/' 2026-06-09 11:37:26 +02:00
src radicle/cob/patch: Extend MergeTarget 2026-06-09 11:21:33 +02:00
tests remote-helper: Introduce magic push ref 'refs/for/' 2026-06-09 11:37:26 +02:00
CHANGELOG.md cli: Release 0.21.0 2026-05-06 21:15:54 +01:00
Cargo.toml log: New crate for logger implementations 2026-05-11 16:44:37 +01:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00