Variable: log-edit-rewrite-fixes

log-edit-rewrite-fixes is a variable defined in log-edit.el.gz.

Value

nil

Documentation

Rule to rewrite bug numbers into Fixes: headers in commit log messages.

The value should be of the form (REGEXP . REPLACEMENT) where REGEXP should match the expression referring to a bug number in the text, and REPLACEMENT is an expression to pass to replace-match to build the Fixes: header.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/log-edit.el.gz
(defvar log-edit-rewrite-fixes nil
  "Rule to rewrite bug numbers into Fixes: headers in commit log messages.
The value should be of the form (REGEXP . REPLACEMENT)
where REGEXP should match the expression referring to a bug number
in the text, and REPLACEMENT is an expression to pass to `replace-match'
to build the Fixes: header.")