package
0.0.0-20241126063310-af82d91eef08
Repository: https://github.com/acamadeo/git-tree.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Returns a list of all local commits up to and including the `root`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Creates a `RepoTree` representation of the given repository.
No description provided by the author
Create a walk that will include the tip commit of every local branch.
No description provided by the author
No description provided by the author
Returns true if commit `a` is an ancestor of commit `b`.
Returns true if branch `a` is an ancestor of branch `b`.
Returns a list of all commits up to and including the `root` that are ancestors of the provided `branches`.
Same as LocalCommitsFromBranches(), but `root` is a pointer to an Oid.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Update `branch` to point to commit `target`.
No description provided by the author
No description provided by the author
No description provided by the author
Rebase commits in branch `toMove` that aren't in branch `upstream` onto branch `onto`.
Rebase commits in branch `toMove` that aren't in branch `upstream` onto branch `onto`.
No description provided by the author
Returns true if both repo's have the same branches and commits.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
The result of a Rebase operation.
An in-memory representation of the local branches and commits.
# Type aliases
A list of commits that does not have duplicate entries.
No description provided by the author