apply: rename free_patch() to free_patch_list()
commita604ddef737c79f4df9a943ff316e87b7c8a1de8
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Mar 2012 22:10:01 +0000 (27 15:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Mar 2012 22:39:31 +0000 (27 15:39 -0700)
tree13ab6ce49306405cc7527370b3b7b8ac0e08737c
parent6fe53908f954b5683ca08d3745be1d76dd665483
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 <gitster@pobox.com>
builtin/apply.c