Autogenerated man pages for 36de72aa9dc3b7daf8cf2770c840f39bb0d2ae70
[git.git] / man1 / git-request-pull.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-REQUEST-PULL" 1 "" "" ""
21 .SH NAME
22 git-request-pull \- Generates a summary of pending changes.
23 .SH "SYNOPSIS"
24
25
26 git\-request\-pull <start> <url> [<end>]
27
28 .SH "DESCRIPTION"
29
30
31 Summarizes the changes between two commits to the standard output, and includes the given URL in the generated summary\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 <start>
37 Commit to start at\&.
38
39 .TP
40 <url>
41 URL to include in the summary\&.
42
43 .TP
44 <end>
45 Commit to send at; defaults to HEAD\&.
46
47 .SH "AUTHOR"
48
49
50 Written by Ryan Anderson <ryan@michonline\&.com> and Junio C Hamano <junkio@cox\&.net>
51
52 .SH "DOCUMENTATION"
53
54
55 Documentation by Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
56
57 .SH "GIT"
58
59
60 Part of the \fBgit\fR(7) suite
61