This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
PowerShell
Watch
0
Star
0
Fork
0
You've already forked PowerShell
mirror of
https://github.com/PowerShell/PowerShell.git
synced
2024-11-28 04:13:31 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0557f2df72
PowerShell
/
.gitattributes
5 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Set merge=union for changelog This will prevent the vast majority of conflicts with this file being updated concurrently.
2016-08-05 05:57:13 +08:00
CHANGELOG.md merge=union
Enable auto EOL on git repo side, fix some character encoding issues (#4912) - add ending newline to files missing it using: `awk -F: '$2 ~ / no line terminators/ {print $1}' ~/text-files.txt | xargs -I{} sh -c 'printf "\n" >> "$1"' - {}` - update .gitattributes to enforce autocrlf on all text files - added <copyright> opening element where it was missing removed file attribute pointing to wrong filename - fix mis-encoded character to apostrophe - replace incorrect encoding of copyright symbol with (c) - updated file hashes in the test
2017-09-26 06:14:39 +08:00
* text=auto
*.png binary
Treat .rtf files as binary so EOL don't get changed (#5020)
2017-10-06 06:49:31 +08:00
*.rtf binary
Reference in New Issue
Copy Permalink