Files
Frej Drejhammar 893d6302b7 Fix errors resulting from #318
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
2024-04-07 15:23:08 +02:00
..
2024-04-07 15:23:08 +02:00
2018-12-05 13:25:48 -08:00

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.