commit | 17de545293844a55a554c771b632515cd5c53f0c | [log] [tgz] |
---|---|---|
author | Rui Ueyama <[email protected]> | Wed Sep 04 09:16:00 2019 |
committer | Rui Ueyama <[email protected]> | Wed Sep 04 09:16:00 2019 |
tree | cb95f8cee2127033be3d3cfbb01a1cd78fb88a9e | |
parent | ac6aff70a82191314b60459cd8fe64c51d09672e [diff] |
Add .git-blame-ignore-revs file This new file is intended to be used to list sweeping changes such as mass reformatting or renaming. You can configure git-blame so that the command ignores commits listed in this file. The initial contents of this file is two commit hashes which did mass renaming to the lld directory. Differential Revision: https://reviews.llvm.org/D67145 llvm-svn: 370855