Home
last modified time | relevance | path

Searched refs:head_oid (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/devel/libgit2/libgit2-1.3.0/tests/cherrypick/
H A Dworkdir.c35 git_oid head_oid; in test_cherrypick_workdir__automerge() local
68 cl_git_pass(git_commit_lookup(&head, repo, &head_oid)); in test_cherrypick_workdir__automerge()
85 git_oid_cpy(&head_oid, &cherrypicked_oid); in test_cherrypick_workdir__automerge()
99 git_oid head_oid; in test_cherrypick_workdir__empty_result() local
142 git_oid head_oid, cherry_oid; in test_cherrypick_workdir__conflicts() local
241 git_oid head_oid, cherry_oid; in test_cherrypick_workdir__conflict_use_ours() local
294 git_oid head_oid, cherry_oid; in test_cherrypick_workdir__rename() local
326 git_oid head_oid, cherry_oid; in test_cherrypick_workdir__both_renamed() local
390 git_oid head_oid, cherry_oid; in test_cherrypick_workdir__merge_fails_without_mainline_specified() local
413 git_oid head_oid, cherry_oid; in test_cherrypick_workdir__merge_first_parent() local
[all …]
H A Dbare.c28 git_oid head_oid, cherry_oid; in test_cherrypick_bare__automerge() local
36 git_oid_fromstr(&head_oid, "d3d77487660ee3c0194ee01dc5eaf478782b1c7e"); in test_cherrypick_bare__automerge()
37 cl_git_pass(git_commit_lookup(&head, repo, &head_oid)); in test_cherrypick_bare__automerge()
54 git_oid head_oid, cherry_oid; in test_cherrypick_bare__conflicts() local
66 git_oid_fromstr(&head_oid, "bafbf6912c09505ac60575cd43d3f2aba3bd84d8"); in test_cherrypick_bare__conflicts()
67 cl_git_pass(git_commit_lookup(&head, repo, &head_oid)); in test_cherrypick_bare__conflicts()
84 git_oid head_oid, cherry_oid; in test_cherrypick_bare__orphan() local
93 git_oid_fromstr(&head_oid, "d3d77487660ee3c0194ee01dc5eaf478782b1c7e"); in test_cherrypick_bare__orphan()
94 cl_git_pass(git_commit_lookup(&head, repo, &head_oid)); in test_cherrypick_bare__orphan()
/dports/devel/libgit2/libgit2-1.3.0/tests/revert/
H A Dworkdir.c40 git_oid head_oid, revert_oid; in test_revert_workdir__automerge() local
50 cl_git_pass(git_commit_lookup(&head, repo, &head_oid)); in test_revert_workdir__automerge()
139 git_oid head_oid, revert_oid; in test_revert_workdir__orphan() local
146 cl_git_pass(git_commit_lookup(&head, repo, &head_oid)); in test_revert_workdir__orphan()
229 cl_git_pass(git_commit_lookup(&head, repo, &head_oid)); in test_revert_workdir__again_after_automerge()
361 git_oid head_oid, revert_oid; in test_revert_workdir__conflict_use_ours() local
401 git_oid head_oid, revert_oid; in test_revert_workdir__rename_1_of_2() local
435 git_oid head_oid, revert_oid; in test_revert_workdir__rename() local
514 git_oid head_oid; in test_revert_workdir__merge_fails_without_mainline_specified() local
532 git_oid head_oid; in test_revert_workdir__merge_first_parent() local
[all …]
H A Dbare.c28 git_oid head_oid, revert_oid; in test_revert_bare__automerge() local
38 git_oid_fromstr(&head_oid, "72333f47d4e83616630ff3b0ffe4c0faebcc3c45"); in test_revert_bare__automerge()
39 cl_git_pass(git_commit_lookup(&head_commit, repo, &head_oid)); in test_revert_bare__automerge()
88 git_oid head_oid, revert_oid; in test_revert_bare__orphan() local
95 git_oid_fromstr(&head_oid, "39467716290f6df775a91cdb9a4eb39295018145"); in test_revert_bare__orphan()
96 cl_git_pass(git_commit_lookup(&head_commit, repo, &head_oid)); in test_revert_bare__orphan()
/dports/devel/git-p4/git-2.34.1/
H A Dreset.c21 struct object_id head_oid; in reset_head() local
41 if ((!oid || !reset_hard) && get_oid("HEAD", &head_oid)) { in reset_head()
47 oid = &head_oid; in reset_head()
69 if (!reset_hard && !fill_tree_descriptor(r, &desc[nr++], &head_oid)) { in reset_head()
71 oid_to_hex(&head_oid)); in reset_head()
/dports/devel/git-gui/git-2.34.1/
H A Dreset.c21 struct object_id head_oid; in reset_head() local
41 if ((!oid || !reset_hard) && get_oid("HEAD", &head_oid)) { in reset_head()
47 oid = &head_oid; in reset_head()
69 if (!reset_hard && !fill_tree_descriptor(r, &desc[nr++], &head_oid)) { in reset_head()
71 oid_to_hex(&head_oid)); in reset_head()
/dports/devel/git-svn/git-2.34.1/
H A Dreset.c21 struct object_id head_oid; in reset_head() local
41 if ((!oid || !reset_hard) && get_oid("HEAD", &head_oid)) { in reset_head()
47 oid = &head_oid; in reset_head()
69 if (!reset_hard && !fill_tree_descriptor(r, &desc[nr++], &head_oid)) { in reset_head()
71 oid_to_hex(&head_oid)); in reset_head()
/dports/devel/git/git-2.34.1/
H A Dreset.c21 struct object_id head_oid; in reset_head() local
41 if ((!oid || !reset_hard) && get_oid("HEAD", &head_oid)) { in reset_head()
47 oid = &head_oid; in reset_head()
69 if (!reset_hard && !fill_tree_descriptor(r, &desc[nr++], &head_oid)) { in reset_head()
71 oid_to_hex(&head_oid)); in reset_head()
/dports/devel/git-cvs/git-2.34.1/
H A Dreset.c21 struct object_id head_oid; in reset_head() local
41 if ((!oid || !reset_hard) && get_oid("HEAD", &head_oid)) { in reset_head()
47 oid = &head_oid; in reset_head()
69 if (!reset_hard && !fill_tree_descriptor(r, &desc[nr++], &head_oid)) { in reset_head()
71 oid_to_hex(&head_oid)); in reset_head()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dfsck.c551 struct object_id *head_oid);
557 struct object_id head_oid; in get_default_heads() local
567 fsck_head_link(ref.buf, &head_points_at, &head_oid); in get_default_heads()
568 if (head_points_at && !is_null_oid(&head_oid)) in get_default_heads()
569 fsck_handle_ref(ref.buf, &head_oid, 0, NULL); in get_default_heads()
700 struct object_id *head_oid) in fsck_head_link() argument
707 *head_points_at = resolve_ref_unsafe(head_ref_name, 0, head_oid, NULL); in fsck_head_link()
720 if (is_null_oid(head_oid)) { in fsck_head_link()
H A Dreset.c87 struct object_id head_oid; in reset_index() local
88 if (get_oid("HEAD", &head_oid)) in reset_index()
90 if (!fill_tree_descriptor(the_repository, desc + nr, &head_oid)) in reset_index()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dfsck.c551 struct object_id *head_oid);
557 struct object_id head_oid; in get_default_heads() local
567 fsck_head_link(ref.buf, &head_points_at, &head_oid); in get_default_heads()
568 if (head_points_at && !is_null_oid(&head_oid)) in get_default_heads()
569 fsck_handle_ref(ref.buf, &head_oid, 0, NULL); in get_default_heads()
700 struct object_id *head_oid) in fsck_head_link() argument
707 *head_points_at = resolve_ref_unsafe(head_ref_name, 0, head_oid, NULL); in fsck_head_link()
720 if (is_null_oid(head_oid)) { in fsck_head_link()
H A Dreset.c87 struct object_id head_oid; in reset_index() local
88 if (get_oid("HEAD", &head_oid)) in reset_index()
90 if (!fill_tree_descriptor(the_repository, desc + nr, &head_oid)) in reset_index()
/dports/devel/git/git-2.34.1/builtin/
H A Dfsck.c551 struct object_id *head_oid);
557 struct object_id head_oid; in get_default_heads() local
567 fsck_head_link(ref.buf, &head_points_at, &head_oid); in get_default_heads()
568 if (head_points_at && !is_null_oid(&head_oid)) in get_default_heads()
569 fsck_handle_ref(ref.buf, &head_oid, 0, NULL); in get_default_heads()
700 struct object_id *head_oid) in fsck_head_link() argument
707 *head_points_at = resolve_ref_unsafe(head_ref_name, 0, head_oid, NULL); in fsck_head_link()
720 if (is_null_oid(head_oid)) { in fsck_head_link()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dfsck.c551 struct object_id *head_oid);
557 struct object_id head_oid; in get_default_heads() local
567 fsck_head_link(ref.buf, &head_points_at, &head_oid); in get_default_heads()
568 if (head_points_at && !is_null_oid(&head_oid)) in get_default_heads()
569 fsck_handle_ref(ref.buf, &head_oid, 0, NULL); in get_default_heads()
700 struct object_id *head_oid) in fsck_head_link() argument
707 *head_points_at = resolve_ref_unsafe(head_ref_name, 0, head_oid, NULL); in fsck_head_link()
720 if (is_null_oid(head_oid)) { in fsck_head_link()
H A Dreset.c87 struct object_id head_oid; in reset_index() local
88 if (get_oid("HEAD", &head_oid)) in reset_index()
90 if (!fill_tree_descriptor(the_repository, desc + nr, &head_oid)) in reset_index()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dfsck.c551 struct object_id *head_oid);
557 struct object_id head_oid; in get_default_heads() local
567 fsck_head_link(ref.buf, &head_points_at, &head_oid); in get_default_heads()
568 if (head_points_at && !is_null_oid(&head_oid)) in get_default_heads()
569 fsck_handle_ref(ref.buf, &head_oid, 0, NULL); in get_default_heads()
700 struct object_id *head_oid) in fsck_head_link() argument
707 *head_points_at = resolve_ref_unsafe(head_ref_name, 0, head_oid, NULL); in fsck_head_link()
720 if (is_null_oid(head_oid)) { in fsck_head_link()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dfsck.c569 struct object_id *head_oid);
575 struct object_id head_oid; in get_default_heads() local
585 fsck_head_link(ref.buf, &head_points_at, &head_oid); in get_default_heads()
586 if (head_points_at && !is_null_oid(&head_oid)) in get_default_heads()
587 fsck_handle_ref(ref.buf, &head_oid, 0, NULL); in get_default_heads()
685 struct object_id *head_oid) in fsck_head_link() argument
692 *head_points_at = resolve_ref_unsafe(head_ref_name, 0, head_oid, NULL); in fsck_head_link()
705 if (is_null_oid(head_oid)) { in fsck_head_link()
H A Dbisect--helper.c431 struct object_id head_oid; in bisect_start() local
509 head = resolve_ref_unsafe("HEAD", 0, &head_oid, &flags); in bisect_start()
511 if (get_oid("HEAD", &head_oid)) in bisect_start()
536 if (!get_oid(head, &head_oid) && in bisect_start()
539 strbuf_addstr(&start_head, oid_to_hex(&head_oid)); in bisect_start()
540 } else if (!get_oid(head, &head_oid) && in bisect_start()
/dports/devel/git-p4/git-2.34.1/t/
H A Dt4211-line-log.sh286 head_oid=$(git rev-parse --short HEAD) &&
294 $head_oid $prev_oid Modify func2() in file.c
305 $head_oid $root_oid Modify func2() in file.c
/dports/devel/git-svn/git-2.34.1/t/
H A Dt4211-line-log.sh286 head_oid=$(git rev-parse --short HEAD) &&
294 $head_oid $prev_oid Modify func2() in file.c
305 $head_oid $root_oid Modify func2() in file.c
/dports/devel/git/git-2.34.1/t/
H A Dt4211-line-log.sh286 head_oid=$(git rev-parse --short HEAD) &&
294 $head_oid $prev_oid Modify func2() in file.c
305 $head_oid $root_oid Modify func2() in file.c
/dports/devel/git-gui/git-2.34.1/t/
H A Dt4211-line-log.sh286 head_oid=$(git rev-parse --short HEAD) &&
294 $head_oid $prev_oid Modify func2() in file.c
305 $head_oid $root_oid Modify func2() in file.c
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt4211-line-log.sh286 head_oid=$(git rev-parse --short HEAD) &&
294 $head_oid $prev_oid Modify func2() in file.c
305 $head_oid $root_oid Modify func2() in file.c
/dports/devel/cgit/cgit-1.2.3/git/
H A Dremote-testsvn.c173 struct object_id head_oid; in cmd_import() local
178 if (read_ref(private_ref, &head_oid)) in cmd_import()
181 note_msg = read_ref_note(&head_oid); in cmd_import()

12345678