On 08/24, Guido van Rossum wrote:
> Because all the git history would be lost, and lots of code would break.
> 
That used to be the case but Git has options around that now.
``--ignore-rev`` and ``--ignore-revs-file`` can be used to point at
style changing commits that can be excluded from ``blame``.

https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revltrevgt


-- 
Meitham Jamaa

http://meitham.com
GPG Fingerprint: 8C8E3FC7

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/UQ34JJDQUBEG2QWO46TBIQZ5777HA67V/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to