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
|
|
|
|
--------
|
2005-09-08 02:26:23 +02:00
|
|
|
'git-request-pull' <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
|
|
|
|
-------
|
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>::
|
|
|
|
Commit to send at; defaults to HEAD.
|
2005-08-23 10:49:47 +02:00
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
|
|
|
Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2005-09-19 12:10:51 +02:00
|
|
|
Part of the gitlink:git[7] suite
|
2005-08-23 10:49:47 +02:00
|
|
|
|