summaryrefslogtreecommitdiff
path: root/Documentation/git-applypatch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-17 13:03:29 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-17 13:03:29 -0800
commit5cb545fa22fa590617c872e47568279218788d4b (patch)
tree70366cf8de4dc6504bac23b5800c0fb3758df52c /Documentation/git-applypatch.txt
parent475abf1b6386c7583d0c852767c8b1e439c1de37 (diff)
downloadgit-5cb545fa22fa590617c872e47568279218788d4b.tar.gz
Documentation: suggest corresponding Porcelain-level in plumbing docs.
Instead of keeping the confused end user reading low-level documentation, suggest the higher level commands that implement what the user may want to do using them upfront. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-applypatch.txt')
-rw-r--r--Documentation/git-applypatch.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-applypatch.txt b/Documentation/git-applypatch.txt
index 2b1ff1454b..451434a757 100644
--- a/Documentation/git-applypatch.txt
+++ b/Documentation/git-applypatch.txt
@@ -12,6 +12,9 @@ SYNOPSIS
DESCRIPTION
-----------
+This is usually not what an end user wants to run directly. See
+gitlink:git-am[1] instead.
+
Takes three files <msg>, <patch>, and <info> prepared from an
e-mail message by 'git-mailinfo', and creates a commit. It is
usually not necessary to use this command directly.