Module patch

Module patch 

Source

Enums§

Error
Message
The user supplied Patch description.

Constants§

PATCH_MSG

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> --stat exactly.
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