Skip to content

Commit c4818fa

Browse files
committed
Merge branch 'maint-1.7.0' into maint-1.7.1
* maint-1.7.0: request-pull.txt: Document -p option Check size of path buffer before writing into it
2 parents 971ecbd + 28bf4ba commit c4818fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/git-request-pull.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git-request-pull - Generates a summary of pending changes
77

88
SYNOPSIS
99
--------
10-
'git request-pull' <start> <url> [<end>]
10+
'git request-pull' [-p] <start> <url> [<end>]
1111

1212
DESCRIPTION
1313
-----------
@@ -17,6 +17,9 @@ the given URL in the generated summary.
1717

1818
OPTIONS
1919
-------
20+
-p::
21+
Show patch text
22+
2023
<start>::
2124
Commit to start at.
2225

0 commit comments

Comments
 (0)