Home
last modified time | relevance | path

Searched refs:repo_dwim_ref (Results 1 – 18 of 18) sorted by relevance

/dports/devel/git-p4/git-2.34.1/
H A Drefs.h156 int repo_dwim_ref(struct repository *r, const char *str, int len,
162 return repo_dwim_ref(the_repository, str, len, oid, ref, in dwim_ref()
H A Dobject-name.c806 refs_found = repo_dwim_ref(r, str, len, &tmp_oid, &real_ref, 0); in get_oid_basic()
857 refs_found = repo_dwim_ref(r, "HEAD", 4, oid, &real_ref, 0); in get_oid_basic()
861 refs_found = repo_dwim_ref(r, str, len, oid, &real_ref, 0); in get_oid_basic()
H A Drefs.c636 int repo_dwim_ref(struct repository *r, const char *str, int len,
/dports/devel/git-gui/git-2.34.1/
H A Drefs.h156 int repo_dwim_ref(struct repository *r, const char *str, int len,
162 return repo_dwim_ref(the_repository, str, len, oid, ref, in dwim_ref()
H A Dobject-name.c806 refs_found = repo_dwim_ref(r, str, len, &tmp_oid, &real_ref, 0); in get_oid_basic()
857 refs_found = repo_dwim_ref(r, "HEAD", 4, oid, &real_ref, 0); in get_oid_basic()
861 refs_found = repo_dwim_ref(r, str, len, oid, &real_ref, 0); in get_oid_basic()
H A Drefs.c636 int repo_dwim_ref(struct repository *r, const char *str, int len, in repo_dwim_ref() function
/dports/devel/git-svn/git-2.34.1/
H A Drefs.h156 int repo_dwim_ref(struct repository *r, const char *str, int len,
162 return repo_dwim_ref(the_repository, str, len, oid, ref, in dwim_ref()
H A Dobject-name.c806 refs_found = repo_dwim_ref(r, str, len, &tmp_oid, &real_ref, 0); in get_oid_basic()
857 refs_found = repo_dwim_ref(r, "HEAD", 4, oid, &real_ref, 0); in get_oid_basic()
861 refs_found = repo_dwim_ref(r, str, len, oid, &real_ref, 0); in get_oid_basic()
H A Drefs.c636 int repo_dwim_ref(struct repository *r, const char *str, int len, in repo_dwim_ref() function
/dports/devel/git/git-2.34.1/
H A Drefs.h156 int repo_dwim_ref(struct repository *r, const char *str, int len,
162 return repo_dwim_ref(the_repository, str, len, oid, ref, in dwim_ref()
H A Dobject-name.c806 refs_found = repo_dwim_ref(r, str, len, &tmp_oid, &real_ref, 0); in get_oid_basic()
857 refs_found = repo_dwim_ref(r, "HEAD", 4, oid, &real_ref, 0); in get_oid_basic()
861 refs_found = repo_dwim_ref(r, str, len, oid, &real_ref, 0); in get_oid_basic()
H A Drefs.c636 int repo_dwim_ref(struct repository *r, const char *str, int len, in repo_dwim_ref() function
/dports/devel/git-cvs/git-2.34.1/
H A Drefs.h156 int repo_dwim_ref(struct repository *r, const char *str, int len,
162 return repo_dwim_ref(the_repository, str, len, oid, ref, in dwim_ref()
H A Dobject-name.c806 refs_found = repo_dwim_ref(r, str, len, &tmp_oid, &real_ref, 0); in get_oid_basic()
857 refs_found = repo_dwim_ref(r, "HEAD", 4, oid, &real_ref, 0); in get_oid_basic()
861 refs_found = repo_dwim_ref(r, str, len, oid, &real_ref, 0); in get_oid_basic()
H A Drefs.c636 int repo_dwim_ref(struct repository *r, const char *str, int len, in repo_dwim_ref() function
/dports/devel/cgit/cgit-1.2.3/git/
H A Drefs.h152 int repo_dwim_ref(struct repository *r, const char *str, int len, struct object_id *oid, char **ref…
H A Dsha1-name.c813 refs_found = repo_dwim_ref(r, str, len, &tmp_oid, &real_ref); in get_oid_basic()
864 refs_found = repo_dwim_ref(r, "HEAD", 4, oid, &real_ref); in get_oid_basic()
868 refs_found = repo_dwim_ref(r, str, len, oid, &real_ref); in get_oid_basic()
H A Drefs.c628 int repo_dwim_ref(struct repository *r, const char *str, int len, in repo_dwim_ref() function
639 return repo_dwim_ref(the_repository, str, len, oid, ref); in dwim_ref()