author | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Dec 2005 05:24:22 +0000 (21:24 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Dec 2005 07:19:31 +0000 (23:19 -0800) | ||
commit | b270c634b7d3dd197de6d155770fd7b044d76c5c | |
tree | 55c401434f0880f3963d161aad73909e16a95ab4 | tree | snapshot |
parent | 18d1e701b70014d37a2715ccce0791114587709e | commit | diff |
git.c: remove excess output for debugging when command is too long.
When the given command name was too long, we exited with a
message with the number of bytes of the final command name
inside parentheses, without saying what that number is. It was
only meant as a debugging aid while development, so remove it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
When the given command name was too long, we exited with a
message with the number of bytes of the final command name
inside parentheses, without saying what that number is. It was
only meant as a debugging aid while development, so remove it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c | diff | blob | history |