Add dos2unix plugin
[fast-export.git] / plugins / dos2unix / README.md
blob5f35f119829e6fe5a2f0206ac58489bc03a64053
1 ## Dos2unix filter
3 This plugin converts CRLF line ending to LF in text files in the repo.
4 It is recommended that you have a .gitattributes file that maintains
5 the usage of LF endings going forward, for after you have converted your
6 repository.
8 To use the plugin, add
9 `--plugin dos2unix`.