mirror of
https://github.com/frej/fast-export.git
synced 2025-11-01 08:55:47 +01:00
When commit ddfc3a8300 ("Run file_data_filter on deleted files")
started calling the file_data_filter plugin method, in order to make
deletion of plugin-renamed files work, the example plugins were not
updated. This commit updates the example plugins to not crash when the
file context is None.
Thanks to @hetas discovering this.
Closes 328
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.