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 <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 <start>
17 Commit to start at.
18
19 <url>
20 URL to include in the summary.
21
22 <end>
23 Commit to end at; defaults to HEAD.
24
26 Written by Ryan Anderson <ryan@michonline.com[1]> and Junio C Hamano
27 <gitster@pobox.com[2]>
28
30 Documentation by Junio C Hamano and the git-list
31 <git@vger.kernel.org[3]>.
32
34 Part of the git(1) suite
35
37 1. ryan@michonline.com
38 mailto:ryan@michonline.com
39
40 2. gitster@pobox.com
41 mailto:gitster@pobox.com
42
43 3. git@vger.kernel.org
44 mailto:git@vger.kernel.org
45
46
47
48Git 1.7.1 08/16/2017 GIT-REQUEST-PULL(1)