diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-14 18:50:01 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-14 18:50:01 -0700 |
commit | 3545193735522f733fdb4e345f16ddf131e2007a (patch) | |
tree | 9d14e21d5b1c03ec54d9a7b45defcb06b9caa69e /Documentation/git-mailinfo.txt | |
parent | cvsserver: Don't send mixed messages to clients (diff) | |
parent | Prepare for 1.5.1.5 Release Notes (diff) | |
download | tgif-3545193735522f733fdb4e345f16ddf131e2007a.tar.xz |
Merge branch 'maint'
* maint:
Prepare for 1.5.1.5 Release Notes
gitweb: Add a few comments about %feature hash
git-am: Clean up the asciidoc documentation
Documentation: format-patch has no --mbox option
builtin-log.c: Fix typo in comment
Fix git-clone buglet for remote case.
Diffstat (limited to 'Documentation/git-mailinfo.txt')
-rw-r--r-- | Documentation/git-mailinfo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-mailinfo.txt b/Documentation/git-mailinfo.txt index ba18133ead..8eadcebfcf 100644 --- a/Documentation/git-mailinfo.txt +++ b/Documentation/git-mailinfo.txt @@ -30,7 +30,7 @@ OPTIONS whitespaces, (3) '[' up to ']', typically '[PATCH]', and then prepends "[PATCH] ". This flag forbids this munging, and is most useful when used to read back 'git - format-patch --mbox' output. + format-patch -k' output. -u:: The commit log message, author name and author email are |