Documentation / git-request-pull.txton commit merge-recursive: Fix modify/delete resolution in the recursive case (ec61d14)
   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
  32GIT
  33---
  34Part of the linkgit:git[1] suite