mirror of
https://github.com/git/git.git
synced 2026-04-10 17:00:09 +02:00
When refactoring code to split one iteration of a too deeply nested loop into a separate function, it inevitably makes the indentation levels shallower (that's the sole point of such a refactoring). With "git blame -w", you can ignore such re-indentation and pass blame for such moved lines to the parent. Signed-off-by: Junio C Hamano <gitster@pobox.com>
6.4 KiB
6.4 KiB