2009/3/19 Shawn O. Pearce <spearce@xxxxxxxxxxx>: > demerphq <demerphq@xxxxxxxxx> wrote: >> 2009/3/19 Shawn O. Pearce <spearce@xxxxxxxxxxx>: >> > "Shawn O. Pearce" <spearce@xxxxxxxxxxx> wrote: >> > >> > git log -g branch@{now} >> >> 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? > > I don't think so. If you want to machine process it, why not > just read the reflog directly? Its a really simple format. Mostly my problem with that is that it violates the abstraction. If i update git and the reflog format changes my script breaks. I dont necessarily know where it will be located, etc. And while no doubt i can reverse engineer the format, well, who knows maybe Ill miss something important, I mean is it documented anywhere? So i guess if the format were documented (and thus changing it would break compatibility and be noted in the changes file) then it would be fine to do so, but it seems to me making a way to access the reflog data in a structured way via a plumbing level command makes more sense. (At the very least this abstract the user of having to figure out where the log is stored). Yves -- perl -Mre=debug -e "/just|another|perl|hacker/" -- 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