]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-request-pull.txt
Sync with 1.7.4.3
[thirdparty/git.git] / Documentation / git-request-pull.txt
CommitLineData
215a7ad1
JH
1git-request-pull(1)
2===================
7fc9d69f
JH
3
4NAME
5----
7bd7f280 6git-request-pull - Generates a summary of pending changes
7fc9d69f
JH
7
8SYNOPSIS
9--------
d8e3ac7e 10'git request-pull' [-p] <start> <url> [<end>]
7fc9d69f
JH
11
12DESCRIPTION
13-----------
7fc9d69f 14
b5dca4bb
LAS
15Summarizes the changes between two commits to the standard output, and includes
16the given URL in the generated summary.
7fc9d69f
JH
17
18OPTIONS
19-------
d8e3ac7e
SB
20-p::
21 Show patch text
22
b5dca4bb
LAS
23<start>::
24 Commit to start at.
7fc9d69f 25
b5dca4bb
LAS
26<url>::
27 URL to include in the summary.
7fc9d69f 28
b5dca4bb 29<end>::
ca593f79 30 Commit to end at; defaults to HEAD.
7fc9d69f 31
7fc9d69f
JH
32GIT
33---
9e1f0a85 34Part of the linkgit:git[1] suite