Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1 | git-request-pull(1) |
| 2 | =================== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
Junio C Hamano | 0107892 | 2006-03-10 00:31:47 | [diff] [blame] | 6 | git-request-pull - Generates a summary of pending changes |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 7 | |
| 8 | SYNOPSIS |
| 9 | -------- |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 10 | 'git request-pull' <start> <url> [<end>] |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 11 | |
| 12 | DESCRIPTION |
| 13 | ----------- |
| 14 | |
| 15 | Summarizes the changes between two commits to the standard output, and includes |
| 16 | the given URL in the generated summary. |
| 17 | |
| 18 | OPTIONS |
| 19 | ------- |
| 20 | <start>:: |
| 21 | Commit to start at. |
| 22 | |
| 23 | <url>:: |
| 24 | URL to include in the summary. |
| 25 | |
| 26 | <end>:: |
Junio C Hamano | e79159d | 2008-04-12 08:23:17 | [diff] [blame] | 27 | Commit to end at; defaults to HEAD. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 28 | |
| 29 | Author |
| 30 | ------ |
Junio C Hamano | 0868a30 | 2008-07-22 09:20:44 | [diff] [blame] | 31 | Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <gitster@pobox.com> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 32 | |
| 33 | Documentation |
| 34 | -------------- |
| 35 | Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. |
| 36 | |
| 37 | GIT |
| 38 | --- |
Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 39 | Part of the linkgit:git[1] suite |