Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
pathspec.c: rename newly public functions for clarity
author
Adam Spiers
<git@adamspiers.org>
Sun, 6 Jan 2013 16:58:09 +0000
(16:58 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 6 Jan 2013 22:26:37 +0000
(14:26 -0800)
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>
raw
|
patch
| inline |
side by side
(from:
4b78d7b
)
No differences found