Re: [RFC/PATCH] date: allow any format to display local time
From: Junio C Hamano <hidden> Date: 2016-06-15 23:06:22
Jeff King [off-list ref] writes:
Yeah, my first instinct on seeing the bitfield was that it would
probably be much simpler to keep the enum pure, and add a bit to the
struct. A patch in that direction is below. ...
I found it a much cleaner approach from my cursory look. John, what
do you think?