RFC: style cleanup & guidelines for GHC, and related bikeshedding
Andrew Farmer
afarmer at ittc.ku.edu
Thu Jul 3 15:44:25 UTC 2014
On Thu, Jul 3, 2014 at 4:13 AM, Joachim Breitner
<mail at joachim-breitner.de> wrote:
> 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.
More information about the ghc-devs
mailing list