Michael Trensch wrote: > Good Hint, didn't know about that yet. As I told I am still a newbie > to opensource projects.
No worries. You're doing fine. > Mh I think I made an error in my local commits. When running -M -C the > diff tells me i've renamed "netx500cfg --> hilscher_netx10.cfg > (similarity 52%)" and added "hilscher_netx500.cfg". Probably renaming > and modifying does not work here (msysgit problem), or I still need to > learn how to use git correctly Hm. Did you actually rename the file, or copy/paste into a new file? Maybe the line endings got switched around; git usually has unix-style line endings for all files, and can do automatic conversion on checkout if desired. Once that starts getting used (question with default value yes during msysgit installation) there can be many unexpected situations if not prepared for exactly what git does to the files. > So I either need to redo my local patch series to make sure the rename > gets correctly to repo, or I fiddle around with the patch file if it is > really needed. Don't think it's really needed. //Peter _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
