
3 Jul
2014
3 Jul
'14
11:44 a.m.
On Thu, Jul 3, 2014 at 4:13 AM, Joachim Breitner
On the other hand, having a “detab and rename” horizon where merging patches from before is much harder, and where "git log -L" and "git blame" fail to work properly would be a hindrance.
Minor point, but you can use "git blame -w" to tell blame to ignore whitespace changes and show you the last commit that actually changed the code.