1git-request-pull(1)2===================34NAME5----6git-request-pull - Generates a summary of pending changes78SYNOPSIS9--------10'git request-pull' [-p] <start> <url> [<end>]1112DESCRIPTION13-----------1415Summarizes the changes between two commits to the standard output, and includes16the given URL in the generated summary.1718OPTIONS19-------20-p::21Show patch text2223<start>::24Commit to start at.2526<url>::27URL to include in the summary.2829<end>::30Commit to end at; defaults to HEAD.3132GIT33---34Part of the linkgit:git[1] suite