I have two files in my repository that started showing up as single lines. How do I fix this? The files show up fine in Eclipse and other editors.
Here is what git-gui shows me. @@ -1 +1 @@ -<cffunction name="table_data_input"><cfargument name="label" required="yes"><cfargument name="bindto" required="yes"> ............. \ No newline at end of file +<cffunction name="table_data_input"><cfargument name="label" required="yes"><cfargument name="bindto" required="yes"> ............. \ No newline at end of file *Environment:* Windows 7 Git-gui 0.17.gitgui git 1.8.0.msysgit.0 --
