Andy Parkins wrote: > I'm sure this one will be known about already. git-show --stat on the the > first commit doesn't show anything. I assume it's because git-diff-tree has > nothing to diff against (although shouldn't that be an everything-new diff?). Yes, and git-diff-tree requires --root option if you want to generate creation diff for initial (parentless, root) commit. > Given the above; does anyone have a suggestion for what I could use as a > replacement? Even just a list of the new files would be useful. git show --stat --root -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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