Docs.rs
  • git-stack-0.10.15
    • git-stack 0.10.15
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • epage
    • Dependencies
      • anstream ^0.3.0 normal
      • anstyle ^1.0.0 normal
      • bstr ^1.4.0 normal
      • clap ^4.2.1 normal
      • clap-verbosity-flag ^2.0.1 normal
      • concolor ^0.1.1 normal
      • concolor-clap ^0.1.0 normal
      • downcast-rs ^1.2.0 normal
      • elsa ^1.8.0 normal
      • env_logger ^0.10 normal
      • eyre ^0.6 normal
      • git-branch-stash ^0.10.0 normal
      • git-config-env ^0.1 normal
      • git2 ^0.17 normal
      • git2-ext ^0.6.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.3 normal
      • proc-exit ^2 normal
      • shlex ^1.1.0 normal
      • termtree ^0.4 normal
      • assert_fs ^1.0.12 dev
      • git-fixture ^0.3 dev
      • snapbox ^0.4.10 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module graph

  • Structs
  • Enums
  • Functions
?
Change settings

Module git_stack::graph

source ·

Structs

  • AncestorsCursor
  • AncestorsIter
  • Branch
  • BranchSet
  • DescendantsCursor
  • DescendantsIter
  • Fixup
  • ForeignCommit
  • Graph
  • Hidden
  • Node
  • Reword
  • StaleCommit
  • Wip

Enums

  • Action
  • BranchKind
  • PushStatus

Functions

  • delete_merged_branches
    Drop branches merged among the pulled IDs
  • delete_squashed_branches_by_tree_id
    Quick pass for what is droppable
  • find_protected_base
  • fixup
  • hide_branch_commits
  • hide_protected_branch_commits
  • infer_base
  • mark_fixup
  • mark_wip
  • merge_stacks_by_tree_id
    When a rebase has split stack, re-combine them
  • protect_branches
  • protect_foreign_branches
  • protect_large_branches
  • protect_stale_branches
  • protect_tagged_branch
  • pushable
  • realign_stacks
    When a branch has extra commits, update dependent branches to the latest
  • rebase_development_branches
    Pre-requisites:
  • rebase_pulled_branches
    Update branches from pull_start to pull_end
  • reword_commit
  • tag_commits_while
  • tag_foreign_commits
  • tag_stale_commits
  • to_scripts
  • trim_foreign_branches
  • trim_stale_branches
  • trim_tagged_branch