X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-commit-tree.txt;h=9aba868fa4c7f41fa03bcaac89bd65ca7fbbf394;hb=ab1630a3ed31d6ec5ae83769c78ed542fe3c4a28;hp=5552050ac1dded1e20660264763c20f237c42233;hpb=2cf565c53c88c557eedd7e5629437b3c6fe74329;p=git.git diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt index 5552050a..9aba868f 100644 --- a/Documentation/git-commit-tree.txt +++ b/Documentation/git-commit-tree.txt @@ -36,7 +36,7 @@ OPTIONS An existing tree object -p :: - Each '-p' indicates a the id of a parent commit object. + Each '-p' indicates the id of a parent commit object. Commit Information @@ -58,13 +58,24 @@ following environment variables. GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL -(nb <,> and '\n's are stripped) +(nb "<", ">" and "\n"s are stripped) A commit comment is read from stdin (max 999 chars). If a changelog -entry is not provided via '<' redirection, "git-commit-tree" will just wait -for one to be entered and terminated with ^D +entry is not provided via "<" redirection, "git-commit-tree" will just wait +for one to be entered and terminated with ^D. -see also: link:git-write-tree.html[git-write-tree] +Diagnostics +----------- +You don't exist. Go away!:: + The passwd(5) gecos field couldn't be read +Your parents must have hated you!:: + The password(5) gecos field is longer than a giant static buffer. +Your sysadmin must hate you!:: + The password(5) name field is longer than a giant static buffer. + +See Also +-------- +gitlink:git-write-tree[1] Author @@ -77,5 +88,5 @@ Documentation by David Greaves, Junio C Hamano and the git-list