git-request-pull - Generates a summary of pending changes
git request-pull [-p] <start> <url> [<end>]
Summarizes the changes between two commits to the standard output, and includes the given URL in the generated summary.
Show patch text
Commit to start at.
URL to include in the summary.
Commit to end at; defaults to HEAD.
Written by Ryan Anderson <[email protected]> and Junio C Hamano <[email protected]>
Documentation by Junio C Hamano and the git-list <[email protected]>.
Part of the git(1) suite