Skip to content

Commit

Permalink
Merge branch 'maint-1.7.1' into maint
Browse files Browse the repository at this point in the history
* maint-1.7.1:
  request-pull.txt: Document -p option
  Check size of path buffer before writing into it
  • Loading branch information
Junio C Hamano committed Jul 26, 2010
2 parents 4bdf859 + c4818fa commit ffd45f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/git-request-pull.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git-request-pull - Generates a summary of pending changes

SYNOPSIS
--------
'git request-pull' <start> <url> [<end>]
'git request-pull' [-p] <start> <url> [<end>]

DESCRIPTION
-----------
Expand All @@ -17,6 +17,9 @@ the given URL in the generated summary.

OPTIONS
-------
-p::
Show patch text

<start>::
Commit to start at.

Expand Down

0 comments on commit ffd45f9

Please sign in to comment.