Docs.rs
  • libgit2-sys-0.16.2+1.7.2
    • libgit2-sys 0.16.2+1.7.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • alexcrichton
    • joshtriplett
    • ehuss
    • rust-lang-owner
    • Dependencies
      • libc ^0.2 normal
      • libssh2-sys ^0.3.0 normal
      • libz-sys ^1.1.0 normal
      • cc ^1.0.43 build
      • pkg-config ^0.3.15 build
      • openssl-sys ^0.9.45 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

libgit2_sys0.16.2+1.7.2

?
Change settings

Function libgit2_sys::git_rebase_init

source ·
pub unsafe extern "C" fn git_rebase_init(
    out: *mut *mut git_rebase,
    repo: *mut git_repository,
    branch: *const git_annotated_commit,
    upstream: *const git_annotated_commit,
    onto: *const git_annotated_commit,
    opts: *const git_rebase_options
) -> c_int