git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation for git-applypatch.
@ 2005-08-30  2:30 A Large Angry SCM
  0 siblings, 0 replies; only message in thread
From: A Large Angry SCM @ 2005-08-30  2:30 UTC (permalink / raw)
  To: Junio C Hamano, Git Mailing List

Copy & paste source comments into documentation.

Signed-off-by:  <gitzilla@gmail.com>


---

 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
 ------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-30  2:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30  2:30 [PATCH] Documentation for git-applypatch A Large Angry SCM

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).