Docs.rs
git-stack-0.10.12
git-stack 0.10.12
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
epage
Dependencies
bstr ^1.1.0
normal
clap ^4.1.4
normal
clap-verbosity-flag ^2.0.0
normal
concolor ^0.0.11
normal
concolor-clap ^0.0.13
normal
downcast-rs ^1.2.0
normal
elsa ^1.7.0
normal
env_logger ^0.10
normal
eyre ^0.6
normal
git-branch-stash ^0.9.2
normal
git-config-env ^0.1
normal
git2 ^0.16
normal
git2-ext ^0.5.0
normal
human-panic ^1
normal
humantime ^2
normal
ignore ^0.4
normal
indexmap ^1
normal
itertools ^0.10
normal
log ^0.4
normal
maplit ^1
normal
names ^0.14.0
normal
petgraph ^0.6.2
normal
proc-exit ^2
normal
shlex ^1.1.0
normal
termtree ^0.4
normal
yansi ^0.5.1
normal
assert_fs ^1
dev
git-fixture ^0.3
dev
snapbox ^0.4.4
dev
Versions
11.64%
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
☰
In git_stack::graph
Structs
AncestorsCursor
AncestorsIter
Branch
BranchSet
DescendantsCursor
DescendantsIter
Fixup
ForeignCommit
Graph
Hidden
Node
Reword
StaleCommit
Wip
Enums
Action
BranchKind
PushStatus
Functions
delete_merged_branches
delete_squashed_branches_by_tree_id
find_protected_base
fixup
hide_branch_commits
hide_protected_branch_commits
infer_base
mark_fixup
mark_wip
merge_stacks_by_tree_id
protect_branches
protect_foreign_branches
protect_large_branches
protect_stale_branches
protect_tagged_branch
pushable
realign_stacks
rebase_development_branches
rebase_pulled_branches
reword_commit
tag_commits_while
tag_foreign_commits
tag_stale_commits
to_scripts
trim_foreign_branches
trim_stale_branches
trim_tagged_branch
?
Function
git_stack
::
graph
::
infer_base
source
·
[
−
]
pub fn infer_base(repo: &dyn
Repo
, head_oid:
Oid
) ->
Option
<
Oid
>