On Tue, May 14, 2013 at 7:34 PM, Junio C Hamano [off-list ref] wrote:
Phil Hord [off-list ref] writes:
quoted
I imagine it with --date-order and whatnot.
Perhaps modeled after this one.
git for-each-ref \
--format='%(refname:short) %(subject)'
--sort='-committerdate' refs/heads/
Nice. I had no idea about for-each-ref. I knew it was out there, but
not what it could do. Another tool in the swiss army knife that is
git.
I think Duy was right about his patch's merits.
Phil