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} the @{now} suffix is the magic to make it show the time. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html