Home
last modified time | relevance | path

Searched refs:temp_commit (Results 1 – 22 of 22) sorted by relevance

/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/server/gc/
H A Dfsck.c501 SeafCommit *temp_commit = NULL; in get_available_repo() local
538 temp_commit = temp_list->data; in get_available_repo()
573 temp_commit = temp_list->data; in get_available_repo()
574 seaf_commit_unref (temp_commit); in get_available_repo()
989 SeafCommit *temp_commit = NULL; in get_available_commit() local
1007 temp_commit = temp_list->data; in get_available_commit()
1011 seaf_commit_unref (temp_commit); in get_available_commit()
1012 temp_commit = NULL; in get_available_commit()
1018 temp_commit = NULL; in get_available_commit()
1043 if (!temp_commit && !io_error) { in get_available_commit()
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJ_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJ_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Drevparse.c385 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
388 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
393 *out = temp_commit; in handle_caret_parent_syntax()
397 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
399 git_object_free(temp_commit); in handle_caret_parent_syntax()
405 git_object *temp_commit = NULL; in handle_linear_syntax() local
408 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
412 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
414 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Drevparse.c385 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
388 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
393 *out = temp_commit; in handle_caret_parent_syntax()
397 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
399 git_object_free(temp_commit); in handle_caret_parent_syntax()
405 git_object *temp_commit = NULL; in handle_linear_syntax() local
408 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
412 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
414 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drevparse.c384 git_object *temp_commit = NULL; in handle_caret_parent_syntax() local
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_caret_parent_syntax()
392 *out = temp_commit; in handle_caret_parent_syntax()
396 error = git_commit_parent((git_commit **)out, (git_commit*)temp_commit, n - 1); in handle_caret_parent_syntax()
398 git_object_free(temp_commit); in handle_caret_parent_syntax()
404 git_object *temp_commit = NULL; in handle_linear_syntax() local
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJECT_COMMIT)) < 0) in handle_linear_syntax()
411 error = git_commit_nth_gen_ancestor((git_commit **)out, (git_commit*)temp_commit, n); in handle_linear_syntax()
413 git_object_free(temp_commit); in handle_linear_syntax()