Documentation / git-request-pull.txton commit Update draft release notes for 1.6.0 (0e047bd)
   1git-request-pull(1)
   2===================
   3
   4NAME
   5----
   6git-request-pull - Generates a summary of pending changes
   7
   8SYNOPSIS
   9--------
  10'git-request-pull' <start> <url> [<end>]
  11
  12DESCRIPTION
  13-----------
  14
  15Summarizes the changes between two commits to the standard output, and includes
  16the given URL in the generated summary.
  17
  18OPTIONS
  19-------
  20<start>::
  21        Commit to start at.
  22
  23<url>::
  24        URL to include in the summary.
  25
  26<end>::
  27        Commit to end at; defaults to HEAD.
  28
  29Author
  30------
  31Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <junkio@cox.net>
  32
  33Documentation
  34--------------
  35Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
  36
  37GIT
  38---
  39Part of the linkgit:git[1] suite