Documentation: refer to gitworkflows(7) from tutorial and git(1)
[git/dscho.git] / Documentation / git-request-pull.txt
blob19335fddae2b706cd785258a8c02a5595c525667
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' <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 <start>::
21         Commit to start at.
23 <url>::
24         URL to include in the summary.
26 <end>::
27         Commit to end at; defaults to HEAD.
29 Author
30 ------
31 Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <gitster@pobox.com>
33 Documentation
34 --------------
35 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
37 GIT
38 ---
39 Part of the linkgit:git[1] suite