You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
699 B
41 lines
699 B
19 years ago
|
git-request-pull(1)
|
||
|
===================
|
||
19 years ago
|
|
||
|
NAME
|
||
|
----
|
||
19 years ago
|
git-request-pull - Generates a summary of pending changes.
|
||
19 years ago
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
19 years ago
|
'git-request-pull' <start> <url> [<end>]
|
||
19 years ago
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
|
|
||
19 years ago
|
Summarizes the changes between two commits to the standard output, and includes
|
||
|
the given URL in the generated summary.
|
||
19 years ago
|
|
||
|
OPTIONS
|
||
|
-------
|
||
19 years ago
|
<start>::
|
||
|
Commit to start at.
|
||
19 years ago
|
|
||
19 years ago
|
<url>::
|
||
|
URL to include in the summary.
|
||
19 years ago
|
|
||
19 years ago
|
<end>::
|
||
|
Commit to send at; defaults to HEAD.
|
||
19 years ago
|
|
||
|
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
|
||
|
---
|
||
|
Part of the link:git.html[git] suite
|
||
|
|