diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-24 19:25:25 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-24 21:36:53 -0700 |
commit | 59c8e2cb2aee2e4eb75007602b264bc4e7928bc0 (patch) | |
tree | 41c2f6494ee7e95ba5676e1baf55ed77ace73ede /Documentation/git-mailinfo.txt | |
parent | d45cc6e2670bbfecb16c608a2bb0e3f358a9ece7 (diff) | |
download | git-59c8e2cb2aee2e4eb75007602b264bc4e7928bc0.tar.gz |
Remove git-applypatch
The previous one removed git-applymbox, which was the sole user
of this tool.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 8eadcebfcf..16956951dd 100644 --- a/Documentation/git-mailinfo.txt +++ b/Documentation/git-mailinfo.txt @@ -16,7 +16,7 @@ DESCRIPTION Reading a single e-mail message from the standard input, and writes the commit log message in <msg> file, and the patches in <patch> file. The author name, e-mail and e-mail subject are -written out to the standard output to be used by git-applypatch +written out to the standard output to be used by git-am to create a commit. It is usually not necessary to use this command directly. See gitlink:git-am[1] instead. |