Commit message guidelines: Difference between revisions

Jump to navigation Jump to search
→‎Body of the commit message: mention avoiding patterns or abbreviations
(→‎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>


296

edits

Navigation menu