296
edits
(→Examples: add an m-file example commit message) |
(→Body of the commit message: mention avoiding patterns or abbreviations) |
||
Line 90: | Line 90: | ||
<pre> | <pre> | ||
* doc/interpreter/module.mk (dist_man_MANS): Include foo.1 in the list. | * doc/interpreter/module.mk (dist_man_MANS): Include foo.1 in the list. | ||
</pre> | |||
Avoid abbreviating or using shell globs or patterns when listing the names of | |||
files affected by a change, even when they have the same name with different | |||
file extensions. For example | |||
<pre> | |||
* oct-fftw.cc, oct-fftw.h (octave_fftw_version): New function. | |||
</pre> | </pre> | ||
edits