Messages in this thread |  | | | Date | Wed, 30 Jan 2008 02:11:23 -0500 | | From | Theodore Tso <> | | Subject | Re: [GIT PULL] ext4 update | |
On Tue, Jan 29, 2008 at 10:54:03PM +0100, Jan Engelhardt wrote:
>
> On Jan 29 2008 07:53, Theodore Tso wrote:
> >
> >>fwiw, diffstat is confused by git's diff output; you need to use
> >>'diffstat -p1'
>
> I am seeing normal behavior:
>
> 22:52 sovereign:~/linux > git diff HEAD | diffstat
That's because you are doing a diff stat of changes that haven't been
checked in yet. I was doing a "git log -p origin.. | diffstat -p1",
and in that incantation you definitely do need the -p1 to diffstat.
- Ted
|  |