for_each_commit_graft  257 commit.h       extern int for_each_commit_graft(each_commit_graft_fn, void *);
for_each_commit_graft  159 log-tree.c     		for_each_commit_graft(add_graft_decoration, NULL);
for_each_commit_graft  216 send-pack.c    	for_each_commit_graft(advertise_shallow_grafts_cb, sb);
for_each_commit_graft  195 shallow.c      	for_each_commit_graft(write_one_shallow, &data);
for_each_commit_graft  272 shallow.c      	for_each_commit_graft(advertise_shallow_grafts_cb, &fd);
for_each_commit_graft  129 upload-pack.c  		for_each_commit_graft(write_one_shallow, pipe_fd);