git-request-pull - Generates a summary of pending changes
git-request-pull <start> <url> [<end>]
Summarizes the changes between two commits to the standard output, and includes the given URL in the generated summary.
Commit to start at.
URL to include in the summary.
Commit to send 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(7) suite