From: Adam Spiers Date: Sun, 6 Jan 2013 16:58:09 +0000 (+0000) Subject: pathspec.c: rename newly public functions for clarity X-Git-Tag: v1.8.2-rc0~89^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4b78d7bccdda25290ab6c04bf45d835b4fdfab45?hp=4b78d7bccdda25290ab6c04bf45d835b4fdfab45 pathspec.c: rename newly public functions for clarity Perform the following function renames to make it explicit that these pathspec handling functions are for matching against the index, rather than against a tree or the working directory. - fill_pathspec_matches() -> add_pathspec_matches_against_index() - find_used_pathspec() -> find_pathspecs_matching_against_index() Signed-off-by: Adam Spiers Signed-off-by: Junio C Hamano ---