magithub icon indicating copy to clipboard operation
magithub copied to clipboard

Automatically replace `symbol' with `symbol` in pull request body

Open vermiculus opened this issue 7 years ago • 0 comments
trafficstars

#239 introduced behavior to copy in the commit message if only one commit is being proposed for merge. Lisp convention is to use `symbol' for symbols, but this is not proper markdown.

A hook could be introduced for commit message washing to replace `symbol' with `symbol`.

vermiculus avatar Jan 26 '18 17:01 vermiculus