[git-users] listing what files were changed in commit

2010-03-19 Thread Marcin Krol
Hello, I can list patches using git log -p. But sometimes that's too detailed and I just would like to display a list of files that were affected in a given commit. Is there some way to do it? -- Regards, mk -- Premature optimization is the root of all fun. -- You received this message

[git-users] Re: listing what files were changed in commit

2010-03-19 Thread Marek Wywiał
On 19 Mar, 11:22, Marcin Krol mrk...@gmail.com wrote: Hello, I can list patches using git log -p. But sometimes that's too detailed and I just would like to display a list of files that were affected in a given commit. Is there some way to do it? sure, * git log -p --name-only :) --

[git-users] Re: listing what files were changed in commit

2010-03-19 Thread Marek Wywiał
On 19 Mar, 15:18, Marek Wywiał onj...@gmail.com wrote: On 19 Mar, 11:22, Marcin Krol mrk...@gmail.com wrote: Hello, I can list patches using git log -p. But sometimes that's too detailed and I just would like to display a list of files that were affected in a given commit. Is there

Re: [git-users] listing what files were changed in commit

2010-03-19 Thread Donovan Bray
Git log --raw On Mar 19, 2010, at 3:22 AM, Marcin Krol mrk...@gmail.com wrote: Hello, I can list patches using git log -p. But sometimes that's too detailed and I just would like to display a list of files that were affected in a given commit. Is there some way to do it? -- Regards,

Re: [git-users] listing what files were changed in commit

2010-03-19 Thread Alan Hawrylyshen
git log --stats ? Alan Sent from my mobile device. On 2010-03-19, at 10:22, Marcin Krol mrk...@gmail.com wrote: Hello, I can list patches using git log -p. But sometimes that's too detailed and I just would like to display a list of files that were affected in a given commit. Is there