2005-09-08 04:26:23 +04:00
|
|
|
git-request-pull(1)
|
|
|
|
===================
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2006-03-09 19:24:50 +03:00
|
|
|
git-request-pull - Generates a summary of pending changes
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 06:38:26 +04:00
|
|
|
[verse]
|
2010-07-23 20:31:27 +04:00
|
|
|
'git request-pull' [-p] <start> <url> [<end>]
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
|
2005-08-30 06:33:14 +04:00
|
|
|
Summarizes the changes between two commits to the standard output, and includes
|
|
|
|
the given URL in the generated summary.
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2010-07-23 20:31:27 +04:00
|
|
|
-p::
|
|
|
|
Show patch text
|
|
|
|
|
2005-08-30 06:33:14 +04:00
|
|
|
<start>::
|
|
|
|
Commit to start at.
|
2005-08-23 12:49:47 +04:00
|
|
|
|
2005-08-30 06:33:14 +04:00
|
|
|
<url>::
|
|
|
|
URL to include in the summary.
|
2005-08-23 12:49:47 +04:00
|
|
|
|
2005-08-30 06:33:14 +04:00
|
|
|
<end>::
|
2008-04-10 00:20:10 +04:00
|
|
|
Commit to end at; defaults to HEAD.
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 11:07:32 +04:00
|
|
|
Part of the linkgit:git[1] suite
|