radicle-heartwood-lfs/radicle-remote-helper
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
..
src remote-helper: Patch message option when pushing 2023-06-07 11:37:39 +02:00
Cargo.toml cli: Use library for opening patch 2023-05-15 12:22:09 +02:00