1GIT-REQUEST-PULL(1)               Git Manual               GIT-REQUEST-PULL(1)
2
3
4

NAME

6       git-request-pull - Generates a summary of pending changes
7

SYNOPSIS

9       git request-pull [-p] <start> <url> [<end>]
10

DESCRIPTION

12       Summarizes the changes between two commits to the standard output, and
13       includes the given URL in the generated summary.
14

OPTIONS

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

AUTHOR

29       Written by Ryan Anderson <ryan@michonline.com[1]> and Junio C Hamano
30       <gitster@pobox.com[2]>
31

DOCUMENTATION

33       Documentation by Junio C Hamano and the git-list
34       <git@vger.kernel.org[3]>.
35

GIT

37       Part of the git(1) suite
38

NOTES

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)
Impressum