diff options
author | Philip Oakley <philipoakley@iee.org> | 2015-09-14 15:10:53 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-14 12:50:33 -0700 |
commit | 561d2b7934caaa5e0917979da82ca59b17a4e5f9 (patch) | |
tree | 73f45ac56de72ced86792d271b82c6d218d32f54 /Documentation/git-request-pull.txt | |
parent | ecad27cf98c391d5cfdc26ce0e442e02347baad0 (diff) | |
download | git-561d2b7934caaa5e0917979da82ca59b17a4e5f9.tar.gz |
doc: show usage of branch descriptionpo/doc-branch-desc
The branch description will be included in 'git format-patch
--cover-letter' and in 'git pull-request' emails. It can also
be used in the automatic merge message. Tell the reader.
While here, clarify that the description may be a multi-line
explanation of the purpose of the branch's patch series.
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-request-pull.txt')
-rw-r--r-- | Documentation/git-request-pull.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-request-pull.txt b/Documentation/git-request-pull.txt index 283577b0b6..c32cb0bea1 100644 --- a/Documentation/git-request-pull.txt +++ b/Documentation/git-request-pull.txt @@ -14,7 +14,8 @@ DESCRIPTION ----------- Generate a request asking your upstream project to pull changes into -their tree. The request, printed to the standard output, summarizes +their tree. The request, printed to the standard output, +begins with the branch description, summarizes the changes and indicates from where they can be pulled. The upstream project is expected to have the commit named by |