Found during testing of update-patch
On windows when I generate a patch new files seem to have additional newlines.
Dfetch (0.11.0)
platform : Windows 11
git : 2.50.1.windows.1
svn : 1.14.1 (r1886195)
diff --git a/include/etl/profiles/etl_profile.h b/include/etl/profiles/etl_profile.h
new file mode 100644
index 0000000..40d1037
--- /dev/null
+++ include\etl\profiles\etl_profile.h
@@ -0,0 +1,62 @@
+///\file
+
+/******************************************************************************
+The MIT License(MIT)
+
+Embedded Template Library.
+https://github.com/ETLCPP/etl
+https://www.etlcpp.com
+
+Copyright(c) 2017 jwellbelove, scott-eddy
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
Found during testing of
update-patchOn windows when I generate a patch new files seem to have additional newlines.