mirror of
https://github.com/frej/fast-export.git
synced 2025-11-09 04:35:39 +01:00
Add dos2unix plugin
This commit is contained in:
9
plugins/dos2unix/README.md
Normal file
9
plugins/dos2unix/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## Dos2unix filter
|
||||
|
||||
This plugin converts CRLF line ending to LF in text files in the repo.
|
||||
It is recommended that you have a .gitattributes file that maintains
|
||||
the usage of LF endings going forward, for after you have converted your
|
||||
repository.
|
||||
|
||||
To use the plugin, add
|
||||
`--plugin dos2unix`.
|
||||
Reference in New Issue
Block a user