etc/committer: Do not record positions when reading from git files.
This gives us a slight performance boost. * etc/committer.scm.in (main): Disable recording of positions.master
parent
0836af9a3b
commit
10c6387f5b
|
@ -358,6 +358,7 @@ modifying."
|
|||
(_
|
||||
(apply change-commit-message file-name old new rest)))))
|
||||
|
||||
(read-disable 'positions)
|
||||
(match (diff-info)
|
||||
(()
|
||||
(display "Nothing to be done.\n" (current-error-port)))
|
||||
|
|
Reference in New Issue