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
|
|
|
|
--------
|
2005-09-08 04:26:23 +04:00
|
|
|
'git-request-pull' <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
|
|
|
|
-------
|
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
|
|
|
|
|
|
|
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
|
|
|
|
---
|
2008-06-06 11:07:32 +04:00
|
|
|
Part of the linkgit:git[1] suite
|