git-tar-tree: no more void pointer arithmetic
[git.git] / Documentation / git-request-pull.txt
1 git-request-pull(1)
2 ===================
3
4 NAME
5 ----
6 git-request-pull - Generates a summary of pending changes
7
8 SYNOPSIS
9 --------
10 'git-request-pull' <start> <url> [<end>]
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>::
27         Commit to send at; defaults to HEAD.
28
29 Author
30 ------
31 Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <junkio@cox.net>
32
33 Documentation
34 --------------
35 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
36
37 GIT
38 ---
39 Part of the gitlink:git[7] suite
40