add_note          453 builtin/notes.c 		if (add_note(t, object, new_note, combine_notes_overwrite))
add_note          536 builtin/notes.c 	if (add_note(t, object, from_note, combine_notes_overwrite))
add_note          613 builtin/notes.c 		if (add_note(t, object, new_note, combine_notes_overwrite))
add_note           93 notes-cache.c  	return add_note(&c->tree, key_sha1, value_sha1, NULL);
add_note          449 notes-merge.c  		if (add_note(t, p->obj, p->remote, combine_notes_overwrite))
add_note          456 notes-merge.c  		if (add_note(t, p->obj, p->remote, combine_notes_concatenate))
add_note          464 notes-merge.c  		if (add_note(t, p->obj, p->remote, combine_notes_cat_sort_uniq))
add_note          495 notes-merge.c  			if (add_note(t, p->obj, p->remote,
add_note          715 notes-merge.c  		if (add_note(partial_tree, obj_sha1, blob_sha1, NULL))
add_note         1287 notes.c        		return add_note(t, to_obj, note, combine_notes);
add_note         1289 notes.c        		return add_note(t, to_obj, null_sha1, combine_notes);
add_note          116 notes.h        int add_note(struct notes_tree *t, const unsigned char *object_sha1,