> Have you tried git blame -CCC -M? According to the manpage it is supposed to be smarter about stuff.
I had not, but it looks better. I've rarely encountered this issue, I just thought I'd ask how the community felt about it. Personally, I still feel like cleaning up code should be done only around things the commiter just worked on, and in the same PR (not necessarily the same commit), but that's just a personal opinion. I agree that keeping the barrier to entry for SymPy as low as possible is *much* more important than things like this. Duly noted. On Tue, Apr 14, 2015 at 3:41 PM, Joachim Durchholz <[email protected]> wrote: > Am 14.04.2015 um 19:54 schrieb James Crist: > >> For example, say I make a tiny bug fix in function foo - I could also >> clean >> up some of the code in foo. That way the last person to touch foo is not >> someone who added a space between an operator, but someone who actually >> changed the functionality of foo. >> > > +1 > It's what I've been doing all the time. > Well, being human: *trying* to do all the time :-) > > One exception: I don't apply that argument to adding or removing blank > lines, or where the change in functionality is more visible elsewhere (e.g. > when cleaning up import lists). > > -- > You received this message because you are subscribed to a topic in the > Google Groups "sympy" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/sympy/lVUoV2_Jzm0/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/sympy/552D7B86.1040902%40durchholz.org. > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAJ2L7mfx8UMEvt43m3ga8sHGBn-B1eWm-K918P6bkf3B_AcrQQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
