build: fix path to git attributes for for patch export (#24896)

This commit is contained in:
Samuel Attard 2020-08-10 07:10:15 -07:00 коммит произвёл GitHub
Родитель 481b19bee6
Коммит 01c9113e2b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

Просмотреть файл

@ -190,7 +190,7 @@ def format_patch(repo, since):
'-C',
repo,
'-c',
'core.attributesfile=' + os.path.join(os.path.dirname(os.path.realpath(__file__)), '.electron.attributes'),
'core.attributesfile=' + os.path.join(os.path.dirname(os.path.realpath(__file__)), 'electron.gitattributes'),
# Ensure it is not possible to match anything
# Disabled for now as we have consistent chunk headers
# '-c',