On May 21, 2010, at 12:30 PM, Jakub Narebski wrote:
Andrew Keller [off-list ref] writes:
quoted
Is it possible to change the indent of a line (or multiple lines)
without rewriting the whole line? Or, more specifically, can a
commit exist that modifies the leading whitespace of a line but
still allows you to trace the origin of the line to a previous
commit?
Whatever for? Use "git blame -w <file>" (ignore whitespace).
Because I forgot about -w of blame...
Thanks,
~ Andrew Keller