Win32: sync Unicode console output and file system
[git/dscho.git] / Documentation / git-request-pull.txt
blobb99681ce85abc0879f11e99654e1bdb6ba5dd688
1 git-request-pull(1)
2 ===================
4 NAME
5 ----
6 git-request-pull - Generates a summary of pending changes
8 SYNOPSIS
9 --------
10 [verse]
11 'git request-pull' [-p] <start> <url> [<end>]
13 DESCRIPTION
14 -----------
16 Summarizes the changes between two commits to the standard output, and includes
17 the given URL in the generated summary.
19 OPTIONS
20 -------
21 -p::
22         Show patch text
24 <start>::
25         Commit to start at.
27 <url>::
28         URL to include in the summary.
30 <end>::
31         Commit to end at; defaults to HEAD.
33 GIT
34 ---
35 Part of the linkgit:git[1] suite