forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgit-request-pull.1
More file actions
58 lines (58 loc) · 1.47 KB
/
git-request-pull.1
File metadata and controls
58 lines (58 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
'\" t
.\" Title: git-request-pull
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 09/18/2010
.\" Manual: Git Manual
.\" Source: Git 1.7.3
.\" Language: English
.\"
.TH "GIT\-REQUEST\-PULL" "1" "09/18/2010" "Git 1\&.7\&.3" "Git Manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
git-request-pull \- Generates a summary of pending changes
.SH "SYNOPSIS"
.sp
\fIgit request\-pull\fR [\-p] <start> <url> [<end>]
.SH "DESCRIPTION"
.sp
Summarizes the changes between two commits to the standard output, and includes the given URL in the generated summary\&.
.SH "OPTIONS"
.PP
\-p
.RS 4
Show patch text
.RE
.PP
<start>
.RS 4
Commit to start at\&.
.RE
.PP
<url>
.RS 4
URL to include in the summary\&.
.RE
.PP
<end>
.RS 4
Commit to end at; defaults to HEAD\&.
.RE
.SH "AUTHOR"
.sp
Written by Ryan Anderson <ryan@michonline\&.com> and Junio C Hamano <gitster@pobox\&.com>
.SH "DOCUMENTATION"
.sp
Documentation by Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
.SH "GIT"
.sp
Part of the \fBgit\fR(1) suite