| 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 | 15567bc | 2011-07-23 00:51:59 | [diff] [blame] | 10 | [verse] |
| Junio C Hamano | b4448a8 | 2010-07-26 09:02:32 | [diff] [blame] | 11 | 'git request-pull' [-p] <start> <url> [<end>] |
| Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 12 | |
| 13 | DESCRIPTION | ||||
| 14 | ----------- | ||||
| 15 | |||||
| 16 | Summarizes the changes between two commits to the standard output, and includes | ||||
| 17 | the given URL in the generated summary. | ||||
| 18 | |||||
| 19 | OPTIONS | ||||
| 20 | ------- | ||||
| Junio C Hamano | b4448a8 | 2010-07-26 09:02:32 | [diff] [blame] | 21 | -p:: |
| 22 | Show patch text | ||||
| 23 | |||||
| Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 24 | <start>:: |
| 25 | Commit to start at. | ||||
| 26 | |||||
| 27 | <url>:: | ||||
| 28 | URL to include in the summary. | ||||
| 29 | |||||
| 30 | <end>:: | ||||
| Junio C Hamano | e79159d | 2008-04-12 08:23:17 | [diff] [blame] | 31 | Commit to end at; defaults to HEAD. |
| Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 32 | |
| Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 33 | GIT |
| 34 | --- | ||||
| Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 35 | Part of the linkgit:git[1] suite |