commit_graft 2068 builtin/blame.c struct commit_graft *graft = read_graft_line(buf.buf, buf.len); commit_graft 96 commit.c static struct commit_graft **commit_graft; commit_graft 101 commit.c struct commit_graft **commit_graft_table = table; commit_graft 107 commit.c return sha1_pos(sha1, commit_graft, commit_graft_nr, commit_graft 111 commit.c int register_commit_graft(struct commit_graft *graft, int ignore_dups) commit_graft 119 commit.c free(commit_graft[pos]); commit_graft 120 commit.c commit_graft[pos] = graft; commit_graft 125 commit.c ALLOC_GROW(commit_graft, commit_graft_nr + 1, commit_graft_alloc); commit_graft 128 commit.c memmove(commit_graft + pos + 1, commit_graft 129 commit.c commit_graft + pos, commit_graft 131 commit.c sizeof(*commit_graft)); commit_graft 132 commit.c commit_graft[pos] = graft; commit_graft 136 commit.c struct commit_graft *read_graft_line(char *buf, int len) commit_graft 140 commit.c struct commit_graft *graft = NULL; commit_graft 176 commit.c struct commit_graft *graft = read_graft_line(buf.buf, buf.len); commit_graft 201 commit.c struct commit_graft *lookup_commit_graft(const unsigned char *sha1) commit_graft 208 commit.c return commit_graft[pos]; commit_graft 215 commit.c ret = fn(commit_graft[i], cb_data); commit_graft 225 commit.c memmove(commit_graft + pos, commit_graft + pos + 1, commit_graft 226 commit.c sizeof(struct commit_graft *) commit_graft 320 commit.c struct commit_graft *graft; commit_graft 237 commit.h typedef int (*each_commit_graft_fn)(const struct commit_graft *, void *); commit_graft 239 commit.h struct commit_graft *read_graft_line(char *buf, int len); commit_graft 240 commit.h int register_commit_graft(struct commit_graft *, int); commit_graft 241 commit.h struct commit_graft *lookup_commit_graft(const unsigned char *sha1); commit_graft 609 fsck.c struct commit_graft *graft; commit_graft 142 log-tree.c static int add_graft_decoration(const struct commit_graft *graft, void *cb_data) commit_graft 204 send-pack.c static int advertise_shallow_grafts_cb(const struct commit_graft *graft, void *cb) commit_graft 31 shallow.c struct commit_graft *graft = commit_graft 32 shallow.c xmalloc(sizeof(struct commit_graft)); commit_graft 83 shallow.c struct commit_graft *graft; commit_graft 160 shallow.c static int write_one_shallow(const struct commit_graft *graft, void *cb_data) commit_graft 260 shallow.c static int advertise_shallow_grafts_cb(const struct commit_graft *graft, void *cb) commit_graft 323 shallow.c struct commit_graft *graft; commit_graft 77 upload-pack.c static int write_one_shallow(const struct commit_graft *graft, void *cb_data)