]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-commit-tree.txt
Merge branch 'maint'
[git.git] / Documentation / git-commit-tree.txt
index 728c2fae892f0a4a66e9fb1854a7e31f4a5f4917..feec58400b64c65c8f96f2d1834016455c89829e 100644 (file)
@@ -8,7 +8,7 @@ git-commit-tree - Create a new commit object
 
 SYNOPSIS
 --------
-'git-commit-tree' <tree> [-p <parent commit>]\* < changelog
+'git commit-tree' <tree> [-p <parent commit>]\* < changelog
 
 DESCRIPTION
 -----------
@@ -70,7 +70,7 @@ is taken from the configuration items user.name and user.email, or, if not
 present, system user name and fully qualified hostname.
 
 A commit comment is read from stdin. If a changelog
-entry is not provided via "<" redirection, "git-commit-tree" will just wait
+entry is not provided via "<" redirection, 'git-commit-tree' will just wait
 for one to be entered and terminated with ^D.