[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