summaryrefslogtreecommitdiff
path: root/Documentation/git-commit-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-17 21:03:29 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-17 21:03:29 (GMT)
commit5cb545fa22fa590617c872e47568279218788d4b (patch)
tree70366cf8de4dc6504bac23b5800c0fb3758df52c /Documentation/git-commit-tree.txt
parent475abf1b6386c7583d0c852767c8b1e439c1de37 (diff)
downloadgit-5cb545fa22fa590617c872e47568279218788d4b.zip
git-5cb545fa22fa590617c872e47568279218788d4b.tar.gz
git-5cb545fa22fa590617c872e47568279218788d4b.tar.bz2
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-commit-tree.txt')
-rw-r--r--Documentation/git-commit-tree.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt
index 77ba96e..f5d8050 100644
--- a/Documentation/git-commit-tree.txt
+++ b/Documentation/git-commit-tree.txt
@@ -12,6 +12,9 @@ SYNOPSIS
DESCRIPTION
-----------
+This is usually not what an end user wants to run directly. See
+gitlink:git-commit[1] instead.
+
Creates a new commit object based on the provided tree object and
emits the new commit object id on stdout. If no parent is given then
it is considered to be an initial tree.