1git-request-pull(1)
2===================
34
NAME
5----
6git-request-pull - Generates a summary of pending changes
78
SYNOPSIS
9--------
10'git request-pull' [-p] <start> <url> [<end>]
1112
DESCRIPTION
13-----------
1415
Summarizes the changes between two commits to the standard output, and includes
16the given URL in the generated summary.
1718
OPTIONS
19-------
20-p::
21Show patch text
2223
<start>::
24Commit to start at.
2526
<url>::
27URL to include in the summary.
2829
<end>::
30Commit to end at; defaults to HEAD.
3132
GIT
33---
34Part of the linkgit:git[1] suite