radicle-heartwood-lfs/radicle-remote-helper/src
Alexis Sellier e86e061a12
remote-helper: Patch message option when pushing
Allows for setting a patch message during a push. Eg.:

    $ git push -o patch.message="My Title" -o patch.message="My description" \
      rad HEAD:refs/patches

Works the same way as the `-m` flag of `git commit`.
2023-06-07 11:37:39 +02:00
..
fetch.rs cli: Use `git push` to open or update patches 2023-05-12 12:22:08 +02:00
git-remote-rad.rs Rust 1.67 2023-02-04 19:30:29 +01:00
lib.rs remote-helper: Patch message option when pushing 2023-06-07 11:37:39 +02:00
list.rs cli: Use `git push` to open or update patches 2023-05-12 12:22:08 +02:00
push.rs remote-helper: Patch message option when pushing 2023-06-07 11:37:39 +02:00