Copy & paste source comments into documentation.
Signed-off-by: <redacted>
---
Documentation/git-applypatch.txt | 22 +++++++++++++---------
1 files changed, 13 insertions(+), 9 deletions(-)
0c00e0e3bd83cc1297e2581cae66aeebc65e52a6
diff --git a/Documentation/git-applypatch.txt b/Documentation/git-applypatch.txt
--- a/Documentation/git-applypatch.txt
+++ b/Documentation/git-applypatch.txt
@@ -3,26 +3,30 @@ git-applypatch(1)
NAME
----
-git-applypatch - Some git command not yet documented.
-
+git-applypatch - Apply an unpacked patch to current tree.
SYNOPSIS
--------
-'git-applypatch' [ --option ] <args>...
+'git-applypatch' <message file> <patch file> <info file> [<signoff file>]
DESCRIPTION
-----------
-Does something not yet documented.
-
+Takes four file arguments, and uses those to apply the unpacked patch that they
+represent to the current tree.
OPTIONS
-------
---option::
- Some option not yet documented.
+<message file::
+ File with commit message.
+
+<patch file>::
+ File with the actual patch.
-<args>...::
- Some argument not yet documented.
+<info file>::
+ File with Author, Email, and Subject information.
+<signoff file>::
+ File containing signoff ot add.
Author
------