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