summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Eric W. Biederman <ebiederm@xmission.com>2005-07-14 18:57:53 -0600
committerLibravatar Linus Torvalds <torvalds@g5.osdl.org>2005-07-15 10:00:35 -0700
commit9153368d1bc296b6dbd0c3606a04a7274c6edc7e (patch)
tree0be56a477ec0416a79f66a8dfb0673dd5aa1b49c
parent[PATCH] Add git-var a tool for reading interesting git variables. (diff)
downloadtgif-9153368d1bc296b6dbd0c3606a04a7274c6edc7e.tar.xz
[PATCH] Update the list of diagnostics for git-commit-tree
With the recent work on setup_ident() there are a few more possible diagnostic messages form git-commit-tree Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--Documentation/git-commit-tree.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt
index c0dc1f46c5..5536668813 100644
--- a/Documentation/git-commit-tree.txt
+++ b/Documentation/git-commit-tree.txt
@@ -68,6 +68,10 @@ 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
--------