]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-request-pull.txt
dir.c: unify is_excluded and is_path_excluded APIs
[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--------
7791a1d9 10[verse]
d8e3ac7e 11'git request-pull' [-p] <start> <url> [<end>]
7fc9d69f
JH
12
13DESCRIPTION
14-----------
7fc9d69f 15
b5dca4bb
LAS
16Summarizes the changes between two commits to the standard output, and includes
17the given URL in the generated summary.
7fc9d69f
JH
18
19OPTIONS
20-------
d8e3ac7e
SB
21-p::
22 Show patch text
23
b5dca4bb
LAS
24<start>::
25 Commit to start at.
7fc9d69f 26
b5dca4bb
LAS
27<url>::
28 URL to include in the summary.
7fc9d69f 29
b5dca4bb 30<end>::
ca593f79 31 Commit to end at; defaults to HEAD.
7fc9d69f 32
7fc9d69f
JH
33GIT
34---
9e1f0a85 35Part of the linkgit:git[1] suite