mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
docs: document patch apply issue
This commit is contained in:
parent
bc3ecd3470
commit
c427565ff4
1 changed files with 12 additions and 0 deletions
|
@ -100,3 +100,15 @@ Make sure not to commit or stage the changes made in the temporary directory.
|
|||
Otherwise pesde may not be able to create the patch correctly.
|
||||
|
||||
</Aside>
|
||||
|
||||
<Aside type="note">
|
||||
|
||||
If you sync your patch files to a Git repository it is advised to mark said
|
||||
files as binary so the line endings don't get changed, which can cause
|
||||
cryptic errors when applying.
|
||||
|
||||
```txt title=".gitattributes"
|
||||
*.patch binary
|
||||
```
|
||||
|
||||
</Aside>
|
||||
|
|
Loading…
Add table
Reference in a new issue