[git-users] Re: Blame file execution permissions

2011-01-03 Thread Thomas Ferris Nicolaisen
Hi Julien, You can trace this with git log, but I don't think it's supported in git blame. Git is aware of file modes by default (although it can be disabledhttp://stackoverflow.com/questions/1580596/how-do-i-make-git-ignore-mode-changes-chmod ). git log --summary .. will include mode

Re: [git-users] Re: Blame file execution permissions

2011-01-03 Thread Julien Nicoulaud
Thanks, it's already more readable/parsable than git log -p. 2011/1/3 Thomas Ferris Nicolaisen tfn...@gmail.com Hi Julien, You can trace this with git log, but I don't think it's supported in git blame. Git is aware of file modes by default (although it can be