Tim Visher <tim.visher <at> gmail.com> writes: > > Hi everyone, > > I need to get a listing of the entire contents of my current repo (as > in, I don't need deleted files or anything like that, just the current > snapshot) with the time the file was committed and who committed it. > > Thoughts on how to do that? Loop over the output of 'git ls-files' doing 'git log -1 --pretty="%ae %aD"' on each of them? -- 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