Home
last modified time | relevance | path

Searched refs:revert_opts (Results 1 – 16 of 16) sorted by relevance

/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/git2-0.13.22/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/git2-0.13.11/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/git2-0.13.23/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/git2-0.13.22/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/git2-0.13.18/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/git2-0.13.10/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/git2-0.13.21/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/misc/broot/broot-1.7.0/cargo-crates/git2-0.13.20/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/git2-0.13.25/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/git2-0.13.15/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/git2-0.13.20/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/git2-0.13.23/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/git2-0.13.23/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/lang/rust/rustc-1.58.1-src/vendor/git2/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/git2-0.13.17/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed();
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION);
62 revert_opts.mainline = self.mainline;
63 revert_opts.checkout_opts = checkout_opts;
64 revert_opts.merge_opts = merge_opts;
66 revert_opts
/dports/textproc/bat/bat-0.18.3/cargo-crates/git2-0.13.20/src/
H A Drevert.rs60 let mut revert_opts: raw::git_revert_options = mem::zeroed(); in raw() localVariable
61 raw::git_revert_options_init(&mut revert_opts, raw::GIT_REVERT_OPTIONS_VERSION); in raw()
62 revert_opts.mainline = self.mainline; in raw()
63 revert_opts.checkout_opts = checkout_opts; in raw()
64 revert_opts.merge_opts = merge_opts; in raw()
66 revert_opts in raw()