build: fix path to git attributes for for patch export (#24896)
This commit is contained in:
parent
481b19bee6
commit
01c9113e2b
2 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ def format_patch(repo, since):
|
||||||
'-C',
|
'-C',
|
||||||
repo,
|
repo,
|
||||||
'-c',
|
'-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
|
# Ensure it is not possible to match anything
|
||||||
# Disabled for now as we have consistent chunk headers
|
# Disabled for now as we have consistent chunk headers
|
||||||
# '-c',
|
# '-c',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue