~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-updates

« back to all changes in this revision

Viewing changes to Documentation/git-mailinfo.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-10-04 08:27:01 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20071004082701-rsd058ontoqz4i30
Tags: 1:1.5.3.4-1
new upstream point release (closes: #445188).

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
Reading a single e-mail message from the standard input, and
17
17
writes the commit log message in <msg> file, and the patches in
18
18
<patch> file.  The author name, e-mail and e-mail subject are
19
 
written out to the standard output to be used by git-applypatch
 
19
written out to the standard output to be used by git-am
20
20
to create a commit.  It is usually not necessary to use this
21
21
command directly.  See gitlink:git-am[1] instead.
22
22
 
67
67
GIT
68
68
---
69
69
Part of the gitlink:git[7] suite
70