From: Junio C Hamano Date: Tue, 27 Mar 2012 22:10:01 +0000 (-0700) Subject: apply: rename free_patch() to free_patch_list() X-Git-Tag: v1.7.11-rc0~126^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a604ddef737c79f4df9a943ff316e87b7c8a1de8?ds=inline;hp=a604ddef737c79f4df9a943ff316e87b7c8a1de8 apply: rename free_patch() to free_patch_list() As that is the only logical name for a function that walks a list and frees each element on it. Signed-off-by: Junio C Hamano ---