]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-request-pull.txt
Big tool rename.
[thirdparty/git.git] / Documentation / git-request-pull.txt
CommitLineData
215a7ad1
JH
1git-request-pull(1)
2===================
7fc9d69f
JH
3
4NAME
5----
215a7ad1 6git-request-pull - Generates a summary of pending changes.
7fc9d69f
JH
7
8SYNOPSIS
9--------
215a7ad1 10'git-request-pull' <start> <url> [<end>]
7fc9d69f
JH
11
12DESCRIPTION
13-----------
7fc9d69f 14
b5dca4bb
LAS
15Summarizes the changes between two commits to the standard output, and includes
16the given URL in the generated summary.
7fc9d69f
JH
17
18OPTIONS
19-------
b5dca4bb
LAS
20<start>::
21 Commit to start at.
7fc9d69f 22
b5dca4bb
LAS
23<url>::
24 URL to include in the summary.
7fc9d69f 25
b5dca4bb
LAS
26<end>::
27 Commit to send at; defaults to HEAD.
7fc9d69f
JH
28
29Author
30------
31Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <junkio@cox.net>
32
33Documentation
34--------------
35Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
36
37GIT
38---
39Part of the link:git.html[git] suite
40