1GIT-REQUEST-PULL(1) Git Manual GIT-REQUEST-PULL(1)
2
3
4
6 git-request-pull - Generates a summary of pending changes
7
9 git request-pull [-p] <start> <url> [<end>]
10
12 Summarizes the changes between two commits to the standard output, and
13 includes the given URL in the generated summary.
14
16 -p
17 Show patch text
18
19 <start>
20 Commit to start at.
21
22 <url>
23 URL to include in the summary.
24
25 <end>
26 Commit to end at; defaults to HEAD.
27
29 Written by Ryan Anderson <ryan@michonline.com[1]> and Junio C Hamano
30 <gitster@pobox.com[2]>
31
33 Documentation by Junio C Hamano and the git-list
34 <git@vger.kernel.org[3]>.
35
37 Part of the git(1) suite
38
40 1. ryan@michonline.com
41 mailto:ryan@michonline.com
42
43 2. gitster@pobox.com
44 mailto:gitster@pobox.com
45
46 3. git@vger.kernel.org
47 mailto:git@vger.kernel.org
48
49
50
51Git 1.7.4.4 04/11/2011 GIT-REQUEST-PULL(1)