1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-13 11:56:20 +02:00
git/Documentation/git-request-pull.txt
Stephen Boyd d8e3ac7e72 request-pull.txt: Document -p option
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-07-25 21:52:19 -07:00

43 lines
723 B
Plaintext

git-request-pull(1)
===================
NAME
----
git-request-pull - Generates a summary of pending changes
SYNOPSIS
--------
'git request-pull' [-p] <start> <url> [<end>]
DESCRIPTION
-----------
Summarizes the changes between two commits to the standard output, and includes
the given URL in the generated summary.
OPTIONS
-------
-p::
Show patch text
<start>::
Commit to start at.
<url>::
URL to include in the summary.
<end>::
Commit to end at; defaults to HEAD.
Author
------
Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <gitster@pobox.com>
Documentation
--------------
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
GIT
---
Part of the linkgit:git[1] suite