matches            12 branch.c       	int matches;
matches            20 branch.c       		if (++tracking->matches == 1) {
matches           122 branch.c       	if (!tracking.matches)
matches           132 branch.c       	if (tracking.matches > 1)
matches           957 builtin/clean.c 		int matches = 0;
matches           965 builtin/clean.c 			matches = dir_path_match(ent, &pathspec, 0, NULL);
matches           967 builtin/clean.c 		if (pathspec.nr && !matches)
matches           974 builtin/clean.c 		    matches != MATCHED_EXACTLY)
matches           460 builtin/remote.c 	struct ref *ref, *matches;
matches           469 builtin/remote.c 	matches = guess_remote_head(find_ref_by_name(remote_refs, "HEAD"),
matches           471 builtin/remote.c 	for (ref = matches; ref; ref = ref->next)
matches           475 builtin/remote.c 	free_refs(matches);
matches          1473 builtin/remote.c 	int matches = 0, negative_matches = 0;
matches          1539 builtin/remote.c 			matches++;
matches          1542 builtin/remote.c 	if (!delete_mode && !matches)
matches          1660 config.c       		if (matches(key, value)) {
matches          1701 config.c       		if (matches(key, value)) {
matches            89 contrib/mw-to-git/t/install-wiki/db_install.php 		$page, $matches)) {
matches            94 contrib/mw-to-git/t/install-wiki/db_install.php $timestamp = $matches[1];
matches          2251 remote.c       	struct string_list matches = STRING_LIST_INIT_DUP;
matches          2257 remote.c       	query_refspecs_multiple(info->refs, info->ref_count, &query, &matches);
matches          2258 remote.c       	if (matches.nr == 0)
matches          2271 remote.c       	for (i = 0; stale && i < matches.nr; i++)
matches          2272 remote.c       		if (string_list_has_string(info->ref_names, matches.items[i].string))
matches          2281 remote.c       	string_list_clear(&matches, 0);
matches           889 sha1_name.c    		int matches;
matches           896 sha1_name.c    		matches = p && !regexec(&regex, p + 2, 0, NULL, 0);
matches           899 sha1_name.c    		if (matches) {
matches           805 unpack-trees.c 			int matches;
matches           806 unpack-trees.c 			matches = cache_tree_matches_traversal(o->src_index->cache_tree,
matches           814 unpack-trees.c 			if (matches) {
matches           815 unpack-trees.c 				o->cache_bottom += matches;