Re: [git-users] Re: files full path in a commit.

2013-05-12 Thread Gabby Romano
sure - sorry:-) git log -1 --name-only --pretty=format:'' commit ID It was in the book, I just skipped it for some reason... On Sun, May 12, 2013 at 11:16 PM, Joe Cabezas joe.cabe...@gmail.com wrote: post the solution :) 2013/5/12 Gabby Romano omerik...@gmail.com ignore - found

Re: [git-users] Re: files full path in a commit.

2013-05-12 Thread Gabby Romano
better use this - git log -m -1 --name-only --pretty=format:'' commit ID it will show this info for merge commits as well. On Sunday, May 12, 2013 11:21:00 PM UTC+3, Gabby Romano wrote: sure - sorry:-) git log -1 --name-only --pretty=format:'' commit ID It was in the book, I just