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`.
|
||
|---|---|---|
| .. | ||
| fetch.rs | ||
| git-remote-rad.rs | ||
| lib.rs | ||
| list.rs | ||
| push.rs | ||