diff-options.txt: describe --stat-{width,name-width,count}
[git/dscho.git] / Documentation / git-request-pull.txt
blob3521d8e3c88c97f85ab95d82d416256d0debc94c
1 git-request-pull(1)
2 ===================
4 NAME
5 ----
6 git-request-pull - Generates a summary of pending changes
8 SYNOPSIS
9 --------
10 'git request-pull' [-p] <start> <url> [<end>]
12 DESCRIPTION
13 -----------
15 Summarizes the changes between two commits to the standard output, and includes
16 the given URL in the generated summary.
18 OPTIONS
19 -------
20 -p::
21         Show patch text
23 <start>::
24         Commit to start at.
26 <url>::
27         URL to include in the summary.
29 <end>::
30         Commit to end at; defaults to HEAD.
32 GIT
33 ---
34 Part of the linkgit:git[1] suite