blob: b99681ce85abc0879f11e99654e1bdb6ba5dd688 [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 Hamano15567bc2011-07-23 00:51:5910[verse]
Junio C Hamanob4448a82010-07-26 09:02:3211'git request-pull' [-p] <start> <url> [<end>]
Junio C Hamano1a4e8412005-12-27 08:17:2312
13DESCRIPTION
14-----------
15
16Summarizes the changes between two commits to the standard output, and includes
17the given URL in the generated summary.
18
19OPTIONS
20-------
Junio C Hamanob4448a82010-07-26 09:02:3221-p::
22Show patch text
23
Junio C Hamano1a4e8412005-12-27 08:17:2324<start>::
25Commit to start at.
26
27<url>::
28URL to include in the summary.
29
30<end>::
Junio C Hamanoe79159d2008-04-12 08:23:1731Commit to end at; defaults to HEAD.
Junio C Hamano1a4e8412005-12-27 08:17:2332
Junio C Hamano1a4e8412005-12-27 08:17:2333GIT
34---
Junio C Hamanof7c042d2008-06-06 22:50:5335Part of the linkgit:git[1] suite