On 11/21/06, Andy Parkins [off-list ref] wrote:
Hello,
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?).
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
In general the initial commit diff (or stat) is hidden, but perhaps it
make sense to show it in "git show", you asked fo this specifically.