diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2005-07-14 18:57:53 -0600 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-15 10:00:35 -0700 |
commit | 9153368d1bc296b6dbd0c3606a04a7274c6edc7e (patch) | |
tree | 0be56a477ec0416a79f66a8dfb0673dd5aa1b49c /Documentation | |
parent | [PATCH] Add git-var a tool for reading interesting git variables. (diff) | |
download | tgif-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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-commit-tree.txt | 4 |
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 -------- |