Commit c05cd7924d2409741bb4cb1eb3ba843bea7ec4a2

Nicolas Hake 2014-01-22T17:51:32

Drop git_patch_to_str It's hard or even impossible to correctly free the string buffer allocated by git_patch_to_str in some circumstances. Drop the function so people have to use git_patch_to_buf instead - git_buf has a dedicated destructor.