Various other options allow you to echo the non-diff (comment) lines, modify the diff by removing the comment lines, and/or tweak the diff into a format that is good for releasing patches.
a) transform a header like:
*** orig/file Sat May 5 02:59:37 1990
--- ./file Sat May 5 03:00:08 1990
into a line of ``Index: file'' -- we choose the shorter name and strip a leading ``./'' sequence if present.
b) strip lines that begin with:
``Only in ''
``Common subdir''
``diff -''
c) turn on the `=' prefix in a unidiff for lines that are common to both files (instead of the leading space).