Hi, On Thu, 19 Mar 2009, demerphq wrote: > 2009/3/19 Shawn O. Pearce <spearce@xxxxxxxxxxx>: > > "Shawn O. Pearce" <spearce@xxxxxxxxxxx> wrote: > >> demerphq <demerphq@xxxxxxxxx> wrote: > >> > Outside of parsing the reflog directly, (which feels wrong and dirty > >> > to me), how does one find out the times that a reflog entry was > >> > created? > >> > > >> > The closest thing i could find was git log -g, but that shows the time > >> > >> git reflog -g branch@{now} > > > > Arrgh, I of course actually meant > > > > git log -g branch@{now} > > > >> the @{now} suffix is the magic to make it show the time. > > Ah! Much nicer! Thanks. > > Is there by any chance any way to set the date format it uses to > something more suitable for machine processing? git log --date=$FORMAT -g branch Hth, Dscho