> > a) is there a way to re-create .git/logs/refs ? > > No. > > The reflog records how _you_ modified your various branches > locally. Okay, then I presume it's a shortcoming that the @{date} syntax uses .git/logs/ref. It could do otherwise, e.g. git bisect seems to able to go via bisection arbitrarily back in time without using log-refs. > git log --pretty=format:"%H %ai" Thanks. -- 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