From: Nguyễn Thái Ngọc Duy Date: Fri, 24 Jan 2014 13:40:35 +0000 (+0700) Subject: clean: use cache_name_is_other() X-Git-Tag: v1.9.1~13^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2e70c01799bf663cc1fa5f6e37e025000ffdc0b0?hp=2e70c01799bf663cc1fa5f6e37e025000ffdc0b0 clean: use cache_name_is_other() cmd_clean() has the exact same code of index_name_is_other(). Reduce code duplication. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---