pathspec.c: rename newly public functions for clarity
commit4b78d7bccdda25290ab6c04bf45d835b4fdfab45
authorAdam Spiers <git@adamspiers.org>
Sun, 6 Jan 2013 16:58:09 +0000 (6 16:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Jan 2013 22:26:37 +0000 (6 14:26 -0800)
tree9a4fd81c44e12f64984af888844cee6078cce2da
parent6f525e7100061fb0dbc2d9230cc9948c7c5b2978
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 <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/add.c
pathspec.c
pathspec.h