Documentation / git-request-pull.txton commit Merge branch 'nd/oneline-sha1-name-from-specific-ref' (41cd797)
   1git-request-pull(1)
   2===================
   3
   4NAME
   5----
   6git-request-pull - Generates a summary of pending changes
   7
   8SYNOPSIS
   9--------
  10'git request-pull' [-p] <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-p::
  21        Show patch text
  22
  23<start>::
  24        Commit to start at.
  25
  26<url>::
  27        URL to include in the summary.
  28
  29<end>::
  30        Commit to end at; defaults to HEAD.
  31
  32Author
  33------
  34Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <gitster@pobox.com>
  35
  36Documentation
  37--------------
  38Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
  39
  40GIT
  41---
  42Part of the linkgit:git[1] suite