Linus Torvalds [off-list ref] writes:
On Tue, 27 Feb 2007, Johannes Schindelin wrote:
quoted
Now, show_date() can print three different kinds of dates: normal,
relative and short (%Y-%m-%s) dates.
To achieve this, the "int relative" was changed to "enum date_mode
mode", which has three states: DATE_NORMAL, DATE_RELATIVE and
DATE_SHORT.
Ack. I think this kind of thing is worth it regardless of any of the other
issues (ie the whole "changelog" thing).
Ack-on-Ack.