starts_with       219 attr.c         	    starts_with(name, ATTRIBUTE_MACRO_PREFIX)) {
starts_with       415 bisect.c       	} else if (starts_with(refname, good_prefix.buf)) {
starts_with       417 bisect.c       	} else if (starts_with(refname, "skip-")) {
starts_with       254 branch.c       		if (!starts_with(real_ref, "refs/heads/") &&
starts_with       333 branch.c       		if (!starts_with(sb.buf, "refs/") ||
starts_with       337 branch.c       	    starts_with(sb.buf, "ref:")) {
starts_with       682 builtin/am.c   	if (starts_with(l1.buf, "From ") || starts_with(l1.buf, "From: ")) {
starts_with       687 builtin/am.c   	if (starts_with(l1.buf, "# This series applies on GIT commit")) {
starts_with       707 builtin/am.c   		(starts_with(l3.buf, "From:") ||
starts_with       708 builtin/am.c   		 starts_with(l3.buf, "Author:") ||
starts_with       709 builtin/am.c   		 starts_with(l3.buf, "Date:"))) {
starts_with       826 builtin/am.c   		else if (starts_with(sb.buf, "From") || starts_with(sb.buf, "Date"))
starts_with       938 builtin/am.c   		} else if (starts_with(sb.buf, "# ")) {
starts_with      1409 builtin/apply.c 			ret = size < 3 || !starts_with(line, "@@ ");
starts_with      1412 builtin/apply.c 			ret = size < 5 || !starts_with(line, "diff ");
starts_with      1804 builtin/apply.c 	if (starts_with(buffer, "delta ")) {
starts_with      1808 builtin/apply.c 	else if (starts_with(buffer, "literal ")) {
starts_with      3859 builtin/apply.c 	    starts_with(++preimage, heading) &&
starts_with      3864 builtin/apply.c 	    starts_with(preimage + sizeof(heading) - 1, p->old_sha1_prefix))
starts_with        60 builtin/archive.c 		if (starts_with(buf, "NACK "))
starts_with        62 builtin/archive.c 		if (starts_with(buf, "ERR "))
starts_with        86 builtin/branch.c 	if (starts_with(var, "column."))
starts_with       850 builtin/checkout.c 	if (starts_with(var, "submodule."))
starts_with       104 builtin/clean.c 	if (starts_with(var, "column."))
starts_with       578 builtin/clone.c 		if (!starts_with(ref->name, "refs/tags/"))
starts_with       696 builtin/clone.c 		if (!starts_with(head, "refs/heads/"))
starts_with       760 builtin/clone.c 				if (starts_with(our_head_points_at->name, "refs/tags/"))
starts_with        37 builtin/column.c 	if (argc > 1 && starts_with(argv[1], "--command=")) {
starts_with       979 builtin/commit.c 		    starts_with(sb->buf + i, sign_off_header)) {
starts_with      1258 builtin/commit.c 	if (starts_with(k, "column."))
starts_with       124 builtin/describe.c 	int is_tag = starts_with(path, "refs/tags/");
starts_with       761 builtin/fast-export.c 	if (starts_with(name, "refs/tags/"))
starts_with        60 builtin/fetch-pack.c 		if (starts_with(arg, "--upload-pack=")) {
starts_with        64 builtin/fetch-pack.c 		if (starts_with(arg, "--exec=")) {
starts_with       101 builtin/fetch-pack.c 		if (starts_with(arg, "--depth=")) {
starts_with       217 builtin/fetch.c 		if (!starts_with(ref->name, "refs/tags/"))
starts_with       484 builtin/fetch.c 	    starts_with(ref->name, "refs/tags/")) {
starts_with       507 builtin/fetch.c 		if (starts_with(name, "refs/tags/")) {
starts_with       510 builtin/fetch.c 		} else if (starts_with(name, "refs/heads/")) {
starts_with       652 builtin/fetch.c 			else if (starts_with(rm->name, "refs/heads/")) {
starts_with       656 builtin/fetch.c 			else if (starts_with(rm->name, "refs/tags/")) {
starts_with       660 builtin/fetch.c 			else if (starts_with(rm->name, "refs/remotes/")) {
starts_with       114 builtin/fmt-merge-msg.c 	if (starts_with(line + 41, "not-for-merge"))
starts_with       160 builtin/fmt-merge-msg.c 	} else if (starts_with(line, "branch ")) {
starts_with       165 builtin/fmt-merge-msg.c 	} else if (starts_with(line, "tag ")) {
starts_with       307 builtin/fmt-merge-msg.c 	     starts_with(me, " <")))
starts_with       614 builtin/fmt-merge-msg.c 	if (starts_with(current_branch, "refs/heads/"))
starts_with       466 builtin/fsck.c 		if (starts_with(de->d_name, "tmp_obj_"))
starts_with       598 builtin/fsck.c 	else if (!starts_with(head_points_at, "refs/heads/")) {
starts_with       102 builtin/help.c 	if (!starts_with(buffer.buf, "emacsclient")) {
starts_with       260 builtin/help.c 	if (starts_with(var, "column."))
starts_with       280 builtin/help.c 	if (starts_with(var, "man."))
starts_with       312 builtin/help.c 	else if (starts_with(git_cmd, "git"))
starts_with      1654 builtin/index-pack.c 			} else if (starts_with(arg, "--keep=")) {
starts_with      1656 builtin/index-pack.c 			} else if (starts_with(arg, "--threads=")) {
starts_with      1667 builtin/index-pack.c 			} else if (starts_with(arg, "--pack_header=")) {
starts_with      1686 builtin/index-pack.c 			} else if (starts_with(arg, "--index-version=")) {
starts_with       486 builtin/log.c  		if (starts_with(buf + offset, "tagger "))
starts_with        53 builtin/ls-remote.c 			if (starts_with(arg, "--upload-pack=")) {
starts_with        57 builtin/ls-remote.c 			if (starts_with(arg, "--exec=")) {
starts_with       363 builtin/mailinfo.c 	if (starts_with(line->buf, ">From") && isspace(line->buf[5])) {
starts_with       367 builtin/mailinfo.c 	if (starts_with(line->buf, "[PATCH]") && isspace(line->buf[7])) {
starts_with       396 builtin/mailinfo.c 	if (starts_with(cp, "From ") || starts_with(cp, ">From "))
starts_with       706 builtin/mailinfo.c 	if (starts_with(line->buf, "diff -"))
starts_with       710 builtin/mailinfo.c 	if (starts_with(line->buf, "Index: "))
starts_with       720 builtin/mailinfo.c 	if (starts_with(line->buf, "---")) {
starts_with      1023 builtin/mailinfo.c 	if (!starts_with(var, "mailinfo."))
starts_with      1059 builtin/mailinfo.c 		else if (starts_with(argv[1], "--encoding="))
starts_with        41 builtin/merge-recursive.c 		if (starts_with(arg, "--")) {
starts_with       450 builtin/merge.c 		if (starts_with(found_ref, "refs/heads/")) {
starts_with       455 builtin/merge.c 		if (starts_with(found_ref, "refs/tags/")) {
starts_with       460 builtin/merge.c 		if (starts_with(found_ref, "refs/remotes/")) {
starts_with       552 builtin/merge.c 	if (branch && starts_with(k, "branch.") &&
starts_with       553 builtin/merge.c 		starts_with(k + 7, branch) &&
starts_with      1184 builtin/merge.c 	if (branch && starts_with(branch, "refs/heads/"))
starts_with       100 builtin/name-rev.c 	else if (starts_with(refname, "refs/heads/"))
starts_with       102 builtin/name-rev.c 	else if (starts_with(refname, "refs/"))
starts_with       148 builtin/name-rev.c 	if (data->tags_only && !starts_with(path, "refs/tags/"))
starts_with       338 builtin/notes.c 	if (!starts_with(t->ref, "refs/notes/"))
starts_with      2104 builtin/pack-objects.c 	if (starts_with(path, "refs/tags/") && /* is a tag? */
starts_with      2520 builtin/pack-objects.c 			if (starts_with(line, "--shallow ")) {
starts_with        64 builtin/prune.c 	if (starts_with(basename, "tmp_obj_"))
starts_with        95 builtin/prune.c 		if (starts_with(de->d_name, "tmp_"))
starts_with       384 builtin/pull.c 		if (starts_with(sb.buf + GIT_SHA1_HEXSZ, "\tnot-for-merge\t"))
starts_with       663 builtin/pull.c 	else if (starts_with(spec_src, "refs/") ||
starts_with       664 builtin/pull.c 		starts_with(spec_src, "tags/") ||
starts_with       665 builtin/pull.c 		starts_with(spec_src, "remotes/"))
starts_with        62 builtin/push.c 	    starts_with(matched->name, "refs/heads/")) {
starts_with       895 builtin/receive-pack.c 	if (!starts_with(name, "refs/") || check_refname_format(name + 5, 0)) {
starts_with       931 builtin/receive-pack.c 		if (deny_deletes && starts_with(name, "refs/heads/")) {
starts_with       958 builtin/receive-pack.c 	    starts_with(name, "refs/heads/")) {
starts_with      1406 builtin/receive-pack.c 		if (len == 48 && starts_with(line, "shallow ")) {
starts_with       547 builtin/reflog.c 		else if (starts_with(arg, "--expire=")) {
starts_with       552 builtin/reflog.c 		else if (starts_with(arg, "--expire-unreachable=")) {
starts_with       262 builtin/remote.c 	if (starts_with(key, "branch.")) {
starts_with       532 builtin/remote.c 	if (!starts_with(refname, "refs/remotes/")) {
starts_with       534 builtin/remote.c 		if (starts_with(refname, "refs/heads/"))
starts_with       567 builtin/remote.c 	if (starts_with(refname, buf.buf)) {
starts_with       318 builtin/replace.c 	while (starts_with(parent_end, "parent "))
starts_with       560 builtin/rev-parse.c 		if (starts_with(arg, "-n")) {
starts_with       615 builtin/rev-parse.c 			    starts_with(arg, "--short=")) {
starts_with       643 builtin/rev-parse.c 			if (starts_with(arg, "--abbrev-ref") &&
starts_with       661 builtin/rev-parse.c 			if (starts_with(arg, "--disambiguate=")) {
starts_with       670 builtin/rev-parse.c 			if (starts_with(arg, "--branches=")) {
starts_with       681 builtin/rev-parse.c 			if (starts_with(arg, "--tags=")) {
starts_with       692 builtin/rev-parse.c 			if (starts_with(arg, "--glob=")) {
starts_with       697 builtin/rev-parse.c 			if (starts_with(arg, "--remotes=")) {
starts_with       708 builtin/rev-parse.c 			if (starts_with(arg, "--exclude=")) {
starts_with       806 builtin/rev-parse.c 			if (starts_with(arg, "--since=")) {
starts_with       810 builtin/rev-parse.c 			if (starts_with(arg, "--after=")) {
starts_with       814 builtin/rev-parse.c 			if (starts_with(arg, "--before=")) {
starts_with       818 builtin/rev-parse.c 			if (starts_with(arg, "--until=")) {
starts_with        68 builtin/shortlog.c 	if (starts_with(oneline, "[PATCH")) {
starts_with        98 builtin/shortlog.c 		    !starts_with(author + 1, "uthor: "))
starts_with       126 builtin/shortlog.c 		if (starts_with(buffer, "author "))
starts_with       290 builtin/show-branch.c 	if (starts_with(pretty_str, "[PATCH] "))
starts_with       402 builtin/show-branch.c 	if (!starts_with(refname, "refs/heads/"))
starts_with       417 builtin/show-branch.c 	if (!starts_with(refname, "refs/remotes/"))
starts_with       430 builtin/show-branch.c 	if (!starts_with(refname, "refs/tags/"))
starts_with       462 builtin/show-branch.c 	if (starts_with(refname, "refs/heads/"))
starts_with       464 builtin/show-branch.c 	if (starts_with(refname, "refs/tags/"))
starts_with       491 builtin/show-branch.c 	if (starts_with(head, "refs/heads/"))
starts_with       493 builtin/show-branch.c 	if (starts_with(name, "refs/heads/"))
starts_with       495 builtin/show-branch.c 	else if (starts_with(name, "heads/"))
starts_with       831 builtin/show-branch.c 			int offset = starts_with(head, "refs/heads/") ? 11 : 0;
starts_with        41 builtin/show-ref.c 		match = heads_only && starts_with(refname, "refs/heads/");
starts_with        42 builtin/show-ref.c 		match |= tags_only && starts_with(refname, "refs/tags/");
starts_with       215 builtin/show-ref.c 			if (starts_with(*pattern, "refs/") &&
starts_with        68 builtin/symbolic-ref.c 		    !starts_with(argv[1], "refs/"))
starts_with       398 builtin/tag.c  	if (starts_with(var, "column."))
starts_with       538 builtin/unpack-objects.c 			if (starts_with(arg, "--pack_header=")) {
starts_with       335 builtin/update-ref.c 		else if (starts_with(next, "update "))
starts_with       337 builtin/update-ref.c 		else if (starts_with(next, "create "))
starts_with       339 builtin/update-ref.c 		else if (starts_with(next, "delete "))
starts_with       341 builtin/update-ref.c 		else if (starts_with(next, "verify "))
starts_with       343 builtin/update-ref.c 		else if (starts_with(next, "option "))
starts_with        40 builtin/upload-archive.c 		if (!starts_with(buf, arg_cmd))
starts_with      1153 commit.c       		else if (starts_with(line, gpg_sig_header) &&
starts_with      1187 commit.c       		else if (starts_with(line, gpg_sig_header) &&
starts_with      1695 commit.c       		} else if (starts_with(sb->buf + bol, "Conflicts:\n")) {
starts_with      1002 config.c       	if (starts_with(var, "core."))
starts_with      1005 config.c       	if (starts_with(var, "user."))
starts_with      1008 config.c       	if (starts_with(var, "i18n."))
starts_with      1011 config.c       	if (starts_with(var, "branch."))
starts_with      1014 config.c       	if (starts_with(var, "push."))
starts_with      1017 config.c       	if (starts_with(var, "mailmap."))
starts_with      1020 config.c       	if (starts_with(var, "advice."))
starts_with      2363 config.c       	if (!starts_with(var, section) || var[section_len] != '.')
starts_with        30 connect.c      	if ((flags & REF_HEADS) && starts_with(name, "heads/"))
starts_with        34 connect.c      	if ((flags & REF_TAGS) && starts_with(name, "tags/"))
starts_with       275 diff.c         	if (starts_with(var, "submodule."))
starts_with      1264 diff.c         		} else if (starts_with(line, "\\ ")) {
starts_with      3744 diff.c         	else if (starts_with(arg, "--stat"))
starts_with      3749 diff.c         	else if (starts_with(arg, "-B") || starts_with(arg, "--break-rewrites=") ||
starts_with      3754 diff.c         	else if (starts_with(arg, "-M") || starts_with(arg, "--find-renames=") ||
starts_with      3763 diff.c         	else if (starts_with(arg, "-C") || starts_with(arg, "--find-copies=") ||
starts_with      4425 diff.c         	if (starts_with(line, "@@ -"))
starts_with       217 environment.c  	if (!starts_with(namespaced_ref, get_git_namespace()))
starts_with      1893 fast-import.c  				&& !starts_with(command_buf.buf, "feature ")
starts_with      1894 fast-import.c  				&& !starts_with(command_buf.buf, "option ")) {
starts_with      3250 fast-import.c  	} else if (starts_with(option, "quiet")) {
starts_with      3252 fast-import.c  	} else if (starts_with(option, "stats")) {
starts_with      3435 fast-import.c  		else if (starts_with(command_buf.buf, "progress "))
starts_with      3441 fast-import.c  		else if (starts_with(command_buf.buf, "option "))
starts_with       192 fetch-pack.c   			if (starts_with(line, "shallow "))
starts_with       194 fetch-pack.c   			if (starts_with(line, "unshallow "))
starts_with       533 fetch-pack.c   		if (starts_with(ref->name, "refs/") &&
starts_with       550 fetch-pack.c   		    (!args->depth || !starts_with(ref->name, "refs/tags/")))
starts_with       433 git-compat-util.h extern int starts_with(const char *str, const char *prefix);
starts_with       110 gpg-interface.c 	while (len < size && !starts_with(buf + len, PGP_SIGNATURE) &&
starts_with       111 gpg-interface.c 			!starts_with(buf + len, PGP_MESSAGE)) {
starts_with       353 help.c         			if (starts_with(candidate, cmd)) {
starts_with       564 http.c         		    starts_with(url, "https://"))
starts_with      1061 http.c         	if (!charset->len && starts_with(type->buf, "text/"))
starts_with      1391 http.c         		else if (starts_with(buffer.buf, "ref: ")) {
starts_with      1492 http.c         			    starts_with(data + i, " pack-") &&
starts_with      1493 http.c         			    starts_with(data + i + 46, ".pack\n")) {
starts_with       547 imap-send.c    		if (!starts_with(cmd->cmd, "LOGIN"))
starts_with       815 imap-send.c    					!starts_with(cmdp->cmd, "LOGIN") ?
starts_with      1275 imap-send.c    		if (starts_with(p, "From ")) {
starts_with      1309 imap-send.c    	if (len < 5 || !starts_with(data, "From "))
starts_with      1341 imap-send.c    			if (starts_with(val, "imap:"))
starts_with      1343 imap-send.c    			else if (starts_with(val, "imaps:")) {
starts_with      1347 imap-send.c    			if (starts_with(val, "//"))
starts_with       100 log-tree.c     	if (starts_with(refname, git_replace_ref_base)) {
starts_with       119 log-tree.c     	if (starts_with(refname, "refs/heads/"))
starts_with       121 log-tree.c     	else if (starts_with(refname, "refs/remotes/"))
starts_with       123 log-tree.c     	else if (starts_with(refname, "refs/tags/"))
starts_with       205 log-tree.c     	if (!starts_with(branch_name, "refs/"))
starts_with        92 notes-utils.c  	if (starts_with(k, "notes.rewrite.") && !strcmp(k+14, c->cmd)) {
starts_with       107 notes-utils.c  		if (starts_with(v, "refs/notes/"))
starts_with      1246 notes.c        			if (starts_with(ref, "refs/"))
starts_with      1248 notes.c        			if (starts_with(ref, "notes/"))
starts_with      1296 notes.c        	if (starts_with(sb->buf, "refs/notes/"))
starts_with      1298 notes.c        	else if (starts_with(sb->buf, "notes/"))
starts_with       291 parse-options.c 			if (starts_with("no-", arg)) {
starts_with       296 parse-options.c 			if (!starts_with(arg, "no-")) {
starts_with       297 parse-options.c 				if (starts_with(long_name, "no-")) {
starts_with       307 parse-options.c 				if (starts_with(long_name, arg + 3))
starts_with       353 parse-options.c 	if (starts_with(arg, "no-")) {
starts_with       361 parse-options.c 		if (starts_with(options->long_name, arg)) {
starts_with       172 pathspec.c     				if (starts_with(copyfrom, "prefix:")) {
starts_with        40 pkt-line.c     	} else if (starts_with(buf, "PACK") || starts_with(buf, "\1PACK")) {
starts_with       123 pretty.c       		if (!starts_with(commit_formats[i].name, sought))
starts_with       570 pretty.c       	while (!starts_with(cp, "encoding ")) {
starts_with      1034 pretty.c       			if (starts_with(start, "trunc)"))
starts_with      1036 pretty.c       			else if (starts_with(start, "ltrunc)"))
starts_with      1038 pretty.c       			else if (starts_with(start, "mtrunc)"))
starts_with      1063 pretty.c       		if (starts_with(placeholder + 1, "(auto)")) {
starts_with      1537 pretty.c       		if (starts_with(line, "parent ")) {
starts_with       415 ref-filter.c   		    !starts_with(name + wholen, "date"))
starts_with       427 ref-filter.c   		else if (starts_with(name + wholen, "date"))
starts_with       449 ref-filter.c   		if (starts_with(name, "creatordate"))
starts_with       631 ref-filter.c   		if (starts_with(name, "refname"))
starts_with       633 ref-filter.c   		else if (starts_with(name, "symref"))
starts_with       635 ref-filter.c   		else if (starts_with(name, "upstream")) {
starts_with       646 ref-filter.c   		} else if (starts_with(name, "push")) {
starts_with       656 ref-filter.c   		} else if (starts_with(name, "color:")) {
starts_with       701 ref-filter.c   				 (starts_with(name, "upstream") ||
starts_with       702 ref-filter.c   				  starts_with(name, "push"))) {
starts_with       724 ref-filter.c   				   (starts_with(name, "upstream") ||
starts_with       725 ref-filter.c   				    starts_with(name, "push"))) {
starts_with       331 refs.c         	if (starts_with(refname, "refs/")) {
starts_with       726 refs.c         	if (!starts_with(entry->name, data->base))
starts_with      1016 refs.c         			if (!starts_with(extra_refname, dirname.buf))
starts_with      1262 refs.c         			    (peeled == PEELED_TAGS && starts_with(refname, "refs/tags/")))
starts_with      1666 refs.c         			if (starts_with(buffer, "refs/") &&
starts_with      1713 refs.c         		if (!starts_with(buffer, "ref:")) {
starts_with      2185 refs.c         	if (!prefix && !starts_with(pattern, "refs/"))
starts_with      2222 refs.c         		starts_with(name, "refs/heads/") ? 11 :
starts_with      2223 refs.c         		starts_with(name, "refs/tags/") ? 10 :
starts_with      2224 refs.c         		starts_with(name, "refs/remotes/") ? 13 :
starts_with      2663 refs.c         	int is_tag_ref = starts_with(entry->name, "refs/tags/");
starts_with      3255 refs.c         	return starts_with(refname, "refs/heads/") ||
starts_with      3256 refs.c         		starts_with(refname, "refs/remotes/") ||
starts_with      3257 refs.c         		starts_with(refname, "refs/notes/") ||
starts_with      3391 refs.c         	return !strcmp(refname, "HEAD") || starts_with(refname, "refs/heads/");
starts_with      4476 refs.c         	    (starts_with(var, section) && var[strlen(section)] == '.' &&
starts_with      4512 refs.c         		if (!starts_with(refname, match))
starts_with       254 remote-curl.c  	if ((starts_with(url.buf, "http://") || starts_with(url.buf, "https://")) &&
starts_with       938 remote-curl.c  		if (starts_with(buf->buf, "push ")) {
starts_with      1003 remote-curl.c  		if (starts_with(buf.buf, "fetch ")) {
starts_with      1008 remote-curl.c  		} else if (!strcmp(buf.buf, "list") || starts_with(buf.buf, "list ")) {
starts_with      1012 remote-curl.c  		} else if (starts_with(buf.buf, "push ")) {
starts_with        86 remote-testsvn.c 		if (starts_with(msg, key)) {
starts_with       158 remote-testsvn.c 			if (starts_with(line.buf, sb.buf)) {
starts_with       265 remote-testsvn.c 		if (!starts_with(batch_cmd->name, line->buf))
starts_with       273 remote-testsvn.c 		if (starts_with(line->buf, p->name) && (strlen(p->name) == line->len ||
starts_with       305 remote-testsvn.c 	if (starts_with(url_in, "file://")) {
starts_with        78 remote.c       			if (starts_with(url, r->rewrite[i]->instead_of[j].s) &&
starts_with       262 remote.c       		if (starts_with(buffer, "URL:")) {
starts_with       265 remote.c       		} else if (starts_with(buffer, "Push:")) {
starts_with       268 remote.c       		} else if (starts_with(buffer, "Pull:")) {
starts_with       360 remote.c       	if (starts_with(key, "branch.")) {
starts_with       377 remote.c       	if (starts_with(key, "url.")) {
starts_with       396 remote.c       	if (!starts_with(key,  "remote."))
starts_with      1074 remote.c       		    !starts_with(name, "refs/heads/") &&
starts_with      1075 remote.c       		    !starts_with(name, "refs/tags/")) {
starts_with      1156 remote.c       	if (starts_with(r, "refs/heads/"))
starts_with      1158 remote.c       	else if (starts_with(r, "refs/tags/"))
starts_with      1218 remote.c       		     !starts_with(dst_value, "refs/heads/")))
starts_with      1227 remote.c       		if (starts_with(dst_value, "refs/"))
starts_with      1309 remote.c       		if (!send_mirror && !starts_with(ref->name, "refs/heads/"))
starts_with      1364 remote.c       		if (starts_with(ref->name, "refs/tags/"))
starts_with      1373 remote.c       		if (!starts_with(ref->name, "refs/tags/"))
starts_with      1622 remote.c       			if (starts_with(ref->name, "refs/tags/"))
starts_with      1903 remote.c       	if (starts_with(name, "refs/"))
starts_with      1906 remote.c       	if (starts_with(name, "heads/") ||
starts_with      1907 remote.c       	    starts_with(name, "tags/") ||
starts_with      1908 remote.c       	    starts_with(name, "remotes/"))
starts_with      1943 remote.c       			if (!starts_with((*rmp)->peer_ref->name, "refs/") ||
starts_with      2228 remote.c       		    starts_with(r->name, "refs/heads/") &&
starts_with      1715 revision.c     	    !strcmp(arg, "--bisect") || starts_with(arg, "--glob=") ||
starts_with      1717 revision.c     	    starts_with(arg, "--exclude=") ||
starts_with      1718 revision.c     	    starts_with(arg, "--branches=") || starts_with(arg, "--tags=") ||
starts_with      1719 revision.c     	    starts_with(arg, "--remotes=") || starts_with(arg, "--no-walk="))
starts_with      1744 revision.c     	} else if (starts_with(arg, "-n")) {
starts_with      1804 revision.c     	} else if (starts_with(arg, "--early-output")) {
starts_with      1829 revision.c     	} else if (starts_with(arg, "--min-parents=")) {
starts_with      1831 revision.c     	} else if (starts_with(arg, "--no-min-parents")) {
starts_with      1833 revision.c     	} else if (starts_with(arg, "--max-parents=")) {
starts_with      1835 revision.c     	} else if (starts_with(arg, "--no-max-parents")) {
starts_with      1891 revision.c     	} else if (starts_with(arg, "--unpacked=")) {
starts_with      1916 revision.c     	} else if (starts_with(arg, "--pretty=") || starts_with(arg, "--format=")) {
starts_with      1931 revision.c     		   starts_with(arg, "--show-linear-break=")) {
starts_with      1932 revision.c     		if (starts_with(arg, "--show-linear-break="))
starts_with      1938 revision.c     	} else if (starts_with(arg, "--show-notes=") ||
starts_with      1939 revision.c     		   starts_with(arg, "--notes=")) {
starts_with      1943 revision.c     		if (starts_with(arg, "--show-notes")) {
starts_with      1986 revision.c     	} else if (starts_with(arg, "--abbrev=")) {
starts_with      2147 revision.c     	} else if (starts_with(arg, "--branches=")) {
starts_with      2152 revision.c     	} else if (starts_with(arg, "--tags=")) {
starts_with      2157 revision.c     	} else if (starts_with(arg, "--remotes=")) {
starts_with      2170 revision.c     	} else if (starts_with(arg, "--no-walk=")) {
starts_with       139 send-pack.c    	if (!starts_with(line, "unpack "))
starts_with       152 send-pack.c    		if (!starts_with(line, "ok ") && !starts_with(line, "ng ")) {
starts_with        50 sequencer.c    		starts_with(buf, cherry_picked_prefix) && buf[len - 1] == ')';
starts_with       683 sequencer.c    	if (starts_with(bol, "pick")) {
starts_with       686 sequencer.c    	} else if (starts_with(bol, "revert")) {
starts_with       141 setup.c        	if (starts_with(arg, ":/")) {
starts_with       496 setup.c        	if (!starts_with(buf, "gitdir: ")) {
starts_with       566 sha1_name.c    				if (starts_with(real_ref, "refs/heads/")) {
starts_with       699 sha1_name.c    	if (starts_with(sp, "commit}"))
starts_with       701 sha1_name.c    	else if (starts_with(sp, "tag}"))
starts_with       703 sha1_name.c    	else if (starts_with(sp, "tree}"))
starts_with       705 sha1_name.c    	else if (starts_with(sp, "blob}"))
starts_with       707 sha1_name.c    	else if (starts_with(sp, "object}"))
starts_with      1337 sha1_name.c    	if (!starts_with(rel, "./") && !starts_with(rel, "../"))
starts_with        18 shell.c        	if (!starts_with(me, "git-"))
starts_with       169 submodule.c    	if (starts_with(var, "submodule."))
starts_with        79 tag.c          	if (!starts_with(bufptr, "type "))
starts_with       102 tag.c          	if (bufptr + 4 < tail && starts_with(bufptr, "tag "))
starts_with       113 tag.c          	if (bufptr + 7 < tail && starts_with(bufptr, "tagger "))
starts_with        22 test-line-buffer.c 		if (starts_with(command, "binary ")) {
starts_with        31 test-line-buffer.c 		if (starts_with(command, "copy ")) {
starts_with        36 test-line-buffer.c 		if (starts_with(command, "skip ")) {
starts_with        41 test-string-list.c 	return starts_with(item->string, prefix);
starts_with        26 test-submodule-config.c 	while (starts_with(arg[0], "--")) {
starts_with       724 trailer.c      		if (starts_with(lines[i]->buf, "---"))
starts_with       195 transport-helper.c 		} else if (starts_with(capname, "no-private-update")) {
starts_with       299 transport-helper.c 	else if (starts_with(buf.buf, "error")) {
starts_with       360 transport-helper.c 		if (starts_with(buf.buf, "lock ")) {
starts_with       643 transport-helper.c 	if (starts_with(buf->buf, "ok ")) {
starts_with       646 transport-helper.c 	} else if (starts_with(buf->buf, "error ")) {
starts_with       174 transport.c    			starts_with(tmp, "refs/heads/"))
starts_with       178 transport.c    		if (!localname || !starts_with(localname, "refs/heads/"))
starts_with       180 transport.c    		if (!remotename || !starts_with(remotename, "refs/heads/"))
starts_with       196 transport.c    	if (!starts_with(url, "rsync://"))
starts_with       288 transport.c    	if (flags && !starts_with(name, "refs/heads/") &&
starts_with       289 transport.c    			!starts_with(name, "refs/tags/"))
starts_with       653 transport.c    			(starts_with(ref->name, "refs/tags/") ? "[new tag]" :
starts_with       978 transport.c    		if (starts_with(p, "::"))
starts_with       984 transport.c    	} else if (starts_with(url, "rsync:")) {
starts_with       999 transport.c    		|| starts_with(url, "file://")
starts_with      1000 transport.c    		|| starts_with(url, "git://")
starts_with      1001 transport.c    		|| starts_with(url, "ssh://")
starts_with      1002 transport.c    		|| starts_with(url, "git+ssh://")
starts_with      1003 transport.c    		|| starts_with(url, "ssh+git://")) {
starts_with       408 upload-pack.c  		if (starts_with(line, "have ")) {
starts_with       559 upload-pack.c  		if (starts_with(line, "shallow ")) {
starts_with       575 upload-pack.c  		if (starts_with(line, "deepen ")) {
starts_with       582 upload-pack.c  		if (!starts_with(line, "want ") ||
starts_with       851 upload-pack.c  		if (starts_with(arg, "--timeout=")) {
starts_with        51 versioncmp.c   		if (i1 == -1 && starts_with(p1, suffix))
starts_with        53 versioncmp.c   		if (i2 == -1 && starts_with(p2, suffix))
starts_with       828 wt-status.c    	if (starts_with(buf->buf, pattern.buf + 1))
starts_with      1043 wt-status.c    	if (starts_with(line->buf, "exec ") ||
starts_with      1044 wt-status.c    	    starts_with(line->buf, "x "))
starts_with      1282 wt-status.c    	else if (starts_with(sb.buf, "refs/"))