diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-17 12:29:03 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-17 12:29:03 -0700 |
commit | a2654356d4ef9ffac4adda2b053d45def8e0a45c (patch) | |
tree | 6ff033bb7dea1c5afa9db2bddf153920fe6d01fd /Documentation/git-format-patch.txt | |
parent | Merge branch 'et/win32-poll-timeout' (diff) | |
parent | doc: show usage of branch description (diff) | |
download | tgif-a2654356d4ef9ffac4adda2b053d45def8e0a45c.tar.xz |
Merge branch 'po/doc-branch-desc'
The branch descriptions that are set with "git branch --edit-description"
option were used in many places but they weren't clearly documented.
* po/doc-branch-desc:
doc: show usage of branch description
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r-- | Documentation/git-format-patch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index 0dac4e9b86..4035649117 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -213,7 +213,7 @@ feeding the result to `git send-email`. --[no-]cover-letter:: In addition to the patches, generate a cover letter file - containing the shortlog and the overall diffstat. You can + containing the branch description, shortlog and the overall diffstat. You can fill in a description in the file before sending it out. --notes[=<ref>]:: |