create_symref     736 builtin/branch.c 	if (!strcmp(oldname, head) && create_symref("HEAD", newref.buf, NULL))
create_symref     663 builtin/checkout.c 		create_symref("HEAD", new->path, msg.buf);
create_symref    1062 builtin/checkout.c 	status = create_symref("HEAD", branch_ref.buf, "checkout -b");
create_symref     639 builtin/clone.c 		create_symref(head_ref.buf,
create_symref     651 builtin/clone.c 		create_symref("HEAD", our->name, NULL);
create_symref     260 builtin/init-db.c 		if (create_symref("HEAD", "refs/heads/master", NULL) < 0)
create_symref     855 builtin/notes.c 		if (create_symref("NOTES_MERGE_REF", default_notes_ref(), NULL))
create_symref     234 builtin/remote.c 		if (create_symref(buf.buf, buf2.buf, "remote add"))
create_symref     740 builtin/remote.c 		if (create_symref(buf.buf, buf2.buf, buf3.buf))
create_symref    1274 builtin/remote.c 		else if (create_symref(buf.buf, buf2.buf, "remote set-head"))
create_symref      70 builtin/symbolic-ref.c 		create_symref(argv[0], argv[1], msg);
create_symref     294 refs.h         extern int create_symref(const char *ref, const char *refs_heads_master, const char *logmsg);