Skip to content

Commit

Permalink
Merge branch 'maint-1.7.0' into maint-1.7.1
Browse files Browse the repository at this point in the history
* maint-1.7.0:
  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 971ecbd + 28bf4ba commit c4818fa
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 c4818fa

Please sign in to comment.