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