fix config reading in tests
[git/dscho.git] / Documentation / git-request-pull.txt
blob270df9b185a53977665c2143bdffa6f3c275d326
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 send at; defaults to HEAD.
29 Author
30 ------
31 Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <junkio@cox.net>
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[7] suite