blob: 19335fddae2b706cd785258a8c02a5595c525667 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-request-pull(1)
2===================
3
4NAME
5----
Junio C Hamano01078922006-03-10 00:31:476git-request-pull - Generates a summary of pending changes
Junio C Hamano1a4e8412005-12-27 08:17:237
8SYNOPSIS
9--------
Junio C Hamanofce7c7e2008-07-02 03:06:3810'git request-pull' <start> <url> [<end>]
Junio C Hamano1a4e8412005-12-27 08:17:2311
12DESCRIPTION
13-----------
14
15Summarizes the changes between two commits to the standard output, and includes
16the given URL in the generated summary.
17
18OPTIONS
19-------
20<start>::
21Commit to start at.
22
23<url>::
24URL to include in the summary.
25
26<end>::
Junio C Hamanoe79159d2008-04-12 08:23:1727Commit to end at; defaults to HEAD.
Junio C Hamano1a4e8412005-12-27 08:17:2328
29Author
30------
Junio C Hamano0868a302008-07-22 09:20:4431Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <gitster@pobox.com>
Junio C Hamano1a4e8412005-12-27 08:17:2332
33Documentation
34--------------
35Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
36
37GIT
38---
Junio C Hamanof7c042d2008-06-06 22:50:5339Part of the linkgit:git[1] suite