Home
last modified time | relevance | path

Searched refs:their_label (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_revert() local
198 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
199 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
222 git_buf_free(&their_label); in git_revert()
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
175 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
196 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
197 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
219 git_buf_free(&their_label); in git_cherrypick()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_revert() local
198 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
199 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
222 git_buf_dispose(&their_label); in git_revert()
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
175 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
196 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
197 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
219 git_buf_dispose(&their_label); in git_cherrypick()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
200 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
201 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
223 git_buf_dispose(&their_label); in git_cherrypick()
/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 Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
200 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
201 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
223 git_buf_dispose(&their_label); in git_cherrypick()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
181 git_buf their_label = GIT_BUF_INIT; in git_revert() local
202 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
203 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
226 git_buf_dispose(&their_label); in git_revert()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
175 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
196 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
197 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
219 git_buf_dispose(&their_label); in git_cherrypick()
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_revert() local
198 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
199 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
222 git_buf_dispose(&their_label); in git_revert()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
200 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
201 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
223 git_buf_dispose(&their_label); in git_cherrypick()
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
181 git_buf their_label = GIT_BUF_INIT; in git_revert() local
202 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
203 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
226 git_buf_dispose(&their_label); in git_revert()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_revert() local
198 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
199 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
222 git_buf_dispose(&their_label); in git_revert()
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
175 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
196 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
197 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
219 git_buf_dispose(&their_label); in git_cherrypick()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
200 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
201 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
223 git_buf_dispose(&their_label); in git_cherrypick()
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
181 git_buf their_label = GIT_BUF_INIT; in git_revert() local
202 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
203 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
226 git_buf_dispose(&their_label); in git_revert()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_revert() local
198 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
199 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
222 git_buf_dispose(&their_label); in git_revert()
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
175 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
196 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
197 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
219 git_buf_dispose(&their_label); in git_cherrypick()
/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 Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
181 git_buf their_label = GIT_BUF_INIT; in git_revert() local
202 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
203 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
226 git_buf_dispose(&their_label); in git_revert()
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
200 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
201 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
223 git_buf_dispose(&their_label); in git_cherrypick()
/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 Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
200 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
201 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
223 git_buf_dispose(&their_label); in git_cherrypick()
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
181 git_buf their_label = GIT_BUF_INIT; in git_revert() local
202 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
203 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
226 git_buf_dispose(&their_label); in git_revert()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_revert() local
198 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
199 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
222 git_buf_dispose(&their_label); in git_revert()
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
175 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
196 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
197 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
219 git_buf_dispose(&their_label); in git_cherrypick()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dcherrypick.c73 const char *their_label) in cherrypick_normalize_opts() argument
94 if (!opts->checkout_opts.their_label) in cherrypick_normalize_opts()
95 opts->checkout_opts.their_label = their_label; in cherrypick_normalize_opts()
178 git_buf their_label = GIT_BUF_INIT; in git_cherrypick() local
200 (error = git_buf_printf(&their_label, "%.7s... %s", commit_oidstr, commit_summary)) < 0 || in git_cherrypick()
201 (error = cherrypick_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_cherrypick()
223 git_buf_dispose(&their_label); in git_cherrypick()
H A Drevert.c74 const char *their_label) in revert_normalize_opts() argument
95 if (!opts->checkout_opts.their_label) in revert_normalize_opts()
96 opts->checkout_opts.their_label = their_label; in revert_normalize_opts()
181 git_buf their_label = GIT_BUF_INIT; in git_revert() local
202 …if ((error = git_buf_printf(&their_label, "parent of %.7s... %s", commit_oidstr, commit_msg)) < 0 … in git_revert()
203 (error = revert_normalize_opts(repo, &opts, given_opts, git_buf_cstr(&their_label))) < 0 || in git_revert()
226 git_buf_dispose(&their_label); in git_revert()

12345678910