Merge branch 'cb/leading-path-removal'
[git/jnareb-git.git] / Documentation / git-request-pull.txt
blob400f61f6e24947525e51b7e5d808378819945205
1 git-request-pull(1)
2 ===================
4 NAME
5 ----
6 git-request-pull - Generates a summary of pending changes
8 SYNOPSIS
9 --------
10 'git request-pull' [-p] <start> <url> [<end>]
12 DESCRIPTION
13 -----------
15 Summarizes the changes between two commits to the standard output, and includes
16 the given URL in the generated summary.
18 OPTIONS
19 -------
20 -p::
21         Show patch text
23 <start>::
24         Commit to start at.
26 <url>::
27         URL to include in the summary.
29 <end>::
30         Commit to end at; defaults to HEAD.
32 Author
33 ------
34 Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <gitster@pobox.com>
36 Documentation
37 --------------
38 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
40 GIT
41 ---
42 Part of the linkgit:git[1] suite