git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: A Large Angry SCM <gitzilla@gmail.com>
To: Junio C Hamano <junkio@cox.net>, Git Mailing List <git@vger.kernel.org>
Subject: [PATCH] Documentation for git-applypatch.
Date: Mon, 29 Aug 2005 22:30:32 -0400	[thread overview]
Message-ID: <4313C4C8.8050301@gmail.com> (raw)

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

                 reply	other threads:[~2005-08-30  2:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4313C4C8.8050301@gmail.com \
    --to=gitzilla@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).