Enums§
Constants§
Functions§
- ahead_
behind - Create a human friendly message about git’s sync status.
- branch_
oid - Give the oid of the branch or an appropriate error.
- branches
- Get the branches that point to a commit.
- diff_
stats - Get the diff stats between two commits.
Should match the default output of
git diff <old> <new> --statexactly. - get_
create_ message - Get the Patch title and description from the command line arguments, or request it from the user.
- get_
edit_ message - Get a patch edit message.
- get_
merge_ target - Determine the merge target for this patch. This can be any followed remote’s “default” branch,
as well as your own (eg.
rad/master). - get_
update_ message - Get a patch update message.
- list_
commits - List the given commits in a table.
- message
- Combine the title and description fields to display to the user.
- patch_
commits - Return commits between the merge base and a head.
- print_
commits_ ahead_ behind - Print commits ahead and behind.
- show
- try_
branch