DEFAULT_ABBREV     38 archive.c      	ctx.abbrev = DEFAULT_ABBREV;
DEFAULT_ABBREV    272 builtin/branch.c 			       : find_unique_abbrev(sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV    897 builtin/branch.c 		abbrev = DEFAULT_ABBREV;
DEFAULT_ABBREV    403 builtin/checkout.c 		find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV), sb.buf);
DEFAULT_ABBREV    706 builtin/checkout.c 		find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV    764 builtin/checkout.c 			find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV    420 builtin/describe.c 		abbrev = DEFAULT_ABBREV;
DEFAULT_ABBREV    533 builtin/fetch.c 		strcpy(quickref, find_unique_abbrev(current->object.sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV    535 builtin/fetch.c 		strcat(quickref, find_unique_abbrev(ref->new_sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV    549 builtin/fetch.c 		strcpy(quickref, find_unique_abbrev(current->object.sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV    551 builtin/fetch.c 		strcat(quickref, find_unique_abbrev(ref->new_sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1328 builtin/merge.c 			strcpy(hex, find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1420 builtin/merge.c 		strcpy(hex, find_unique_abbrev(head_commit->object.sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1426 builtin/merge.c 				DEFAULT_ABBREV));
DEFAULT_ABBREV    249 builtin/name-rev.c 		printf("%s\n", find_unique_abbrev(sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1106 builtin/receive-pack.c 	strcpy(cmd_oldh, find_unique_abbrev(cmd->old_sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1107 builtin/receive-pack.c 	strcpy(cmd_newh, find_unique_abbrev(cmd->new_sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1108 builtin/receive-pack.c 	strcpy(dst_oldh, find_unique_abbrev(dst_cmd->old_sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1109 builtin/receive-pack.c 	strcpy(dst_newh, find_unique_abbrev(dst_cmd->new_sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV     99 builtin/reset.c 	hex = find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV);
DEFAULT_ABBREV    286 builtin/rev-list.c 	revs.abbrev = DEFAULT_ABBREV;
DEFAULT_ABBREV    618 builtin/rev-parse.c 				abbrev = DEFAULT_ABBREV;
DEFAULT_ABBREV    307 builtin/show-branch.c 						  DEFAULT_ABBREV));
DEFAULT_ABBREV    321 builtin/tag.c  	printf(_("Deleted tag '%s' (was %s)\n"), name, find_unique_abbrev(sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV    744 builtin/tag.c  		printf(_("Updated tag '%s' (was %s)\n"), tag, find_unique_abbrev(prev, DEFAULT_ABBREV));
DEFAULT_ABBREV    902 combine-diff.c 	int abbrev = DIFF_OPT_TST(opt, FULL_INDEX) ? GIT_SHA1_HEXSZ : DEFAULT_ABBREV;
DEFAULT_ABBREV     19 contrib/examples/builtin-fetch--tool.c 		find_unique_abbrev(sha1_new, DEFAULT_ABBREV));
DEFAULT_ABBREV     97 contrib/examples/builtin-fetch--tool.c 	strcpy(oldh, find_unique_abbrev(current->object.sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV     98 contrib/examples/builtin-fetch--tool.c 	strcpy(newh, find_unique_abbrev(sha1_new, DEFAULT_ABBREV));
DEFAULT_ABBREV   3064 diff.c         		int abbrev = DIFF_OPT_TST(o, FULL_INDEX) ? 40 : DEFAULT_ABBREV;
DEFAULT_ABBREV   3931 diff.c         		options->abbrev = DEFAULT_ABBREV;
DEFAULT_ABBREV    187 merge-recursive.c 		printf("%s ", find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV     16 parse-options-cb.c 		v = unset ? 0 : DEFAULT_ABBREV;
DEFAULT_ABBREV    201 ref-filter.c   		v->s = xstrdup(find_unique_abbrev(sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1406 revision.c     	revs->abbrev = DEFAULT_ABBREV;
DEFAULT_ABBREV   1985 revision.c     		revs->abbrev = DEFAULT_ABBREV;
DEFAULT_ABBREV    142 sequencer.c    	abbrev = find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV);
DEFAULT_ABBREV    605 sequencer.c    		      find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV),
DEFAULT_ABBREV    667 sequencer.c    		sha1_abbrev = find_unique_abbrev(cur->item->object.sha1, DEFAULT_ABBREV);
DEFAULT_ABBREV    322 submodule.c    			find_unique_abbrev(one, DEFAULT_ABBREV));
DEFAULT_ABBREV    325 submodule.c    	strbuf_addf(&sb, "%s", find_unique_abbrev(two, DEFAULT_ABBREV));
DEFAULT_ABBREV    644 transport.c    	return find_unique_abbrev(sha1, DEFAULT_ABBREV);
DEFAULT_ABBREV    130 transport.h    #define TRANSPORT_SUMMARY_WIDTH (2 * DEFAULT_ABBREV + 3)
DEFAULT_ABBREV   1058 wt-status.c    			abbrev = find_unique_abbrev(sha1, DEFAULT_ABBREV);
DEFAULT_ABBREV   1214 wt-status.c    			find_unique_abbrev(state->cherry_pick_head_sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1233 wt-status.c    			 find_unique_abbrev(state->revert_head_sha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1286 wt-status.c    		abbrev = find_unique_abbrev(sha1, DEFAULT_ABBREV);
DEFAULT_ABBREV   1325 wt-status.c    			      find_unique_abbrev(nsha1, DEFAULT_ABBREV));
DEFAULT_ABBREV   1357 wt-status.c    			xstrdup(find_unique_abbrev(cb.nsha1, DEFAULT_ABBREV));