update_ref        685 bisect.c       	update_ref(NULL, "BISECT_EXPECTED_REV", bisect_rev, NULL, 0, UPDATE_REFS_DIE_ON_ERR);
update_ref        689 bisect.c       		update_ref(NULL, "BISECT_HEAD", bisect_rev, NULL, 0, UPDATE_REFS_DIE_ON_ERR);
update_ref       1073 builtin/am.c   			update_ref("am", "ORIG_HEAD", curr_head, NULL, 0,
update_ref       1737 builtin/am.c   	update_ref(sb.buf, "HEAD", commit, ptr, 0, UPDATE_REFS_DIE_ON_ERR);
update_ref       2189 builtin/am.c   		update_ref("am --abort", "HEAD", orig_head,
update_ref        655 builtin/checkout.c 		update_ref(msg.buf, "HEAD", new->commit->object.sha1, NULL,
update_ref        584 builtin/clone.c 		update_ref(msg, ref->name, ref->old_sha1,
update_ref        653 builtin/clone.c 			update_ref(msg, "HEAD", our->old_sha1, NULL, 0,
update_ref        660 builtin/clone.c 		update_ref(msg, "HEAD", c->object.sha1,
update_ref        668 builtin/clone.c 		update_ref(msg, "HEAD", remote->old_sha1,
update_ref        400 builtin/merge.c 			update_ref(reflog_message.buf, "HEAD",
update_ref       1280 builtin/merge.c 		update_ref("initial pull", "HEAD", remote_head->object.sha1,
update_ref       1398 builtin/merge.c 	update_ref("updating ORIG_HEAD", "ORIG_HEAD", head_commit->object.sha1,
update_ref        730 builtin/notes.c 	update_ref(msg.buf, o->local_ref, sha1,
update_ref        843 builtin/notes.c 		update_ref(msg.buf, default_notes_ref(), result_sha1, NULL,
update_ref        848 builtin/notes.c 		update_ref(msg.buf, "NOTES_MERGE_PARTIAL", result_sha1, NULL,
update_ref        566 builtin/pull.c 	if (update_ref("initial pull", "HEAD", merge_head, curr_head, 0, UPDATE_REFS_DIE_ON_ERR))
update_ref        256 builtin/reset.c 		update_ref(msg.buf, "ORIG_HEAD", orig, old_orig, 0,
update_ref        261 builtin/reset.c 	update_ref_status = update_ref(msg.buf, "HEAD", sha1, orig, 0,
update_ref        440 builtin/update-ref.c 		return update_ref(msg, refname, sha1, oldval ? oldsha1 : NULL,
update_ref         34 contrib/examples/builtin-fetch--tool.c 	return update_ref(msg, refname, sha1, oldval, 0,
update_ref         62 notes-cache.c  	if (update_ref("update notes cache", c->tree.ref, commit_sha1, NULL,
update_ref         51 notes-utils.c  	update_ref(buf.buf, t->ref, commit_sha1, NULL, 0,
update_ref        440 refs.h         int update_ref(const char *msg, const char *refname,
update_ref        595 sequencer.c    		update_ref(NULL, "CHERRY_PICK_HEAD", commit->object.sha1, NULL,
update_ref        598 sequencer.c    		update_ref(NULL, "REVERT_HEAD", commit->object.sha1, NULL,
update_ref        759 transport-helper.c 		update_ref("update by helper", private, ref->new_sha1, NULL, 0, 0);
update_ref        610 transport.c    			update_ref("update by push", rs.dst,