Re: [PATCH] git-rev-list: avoid crash on broken repository

2005-08-19 Thread Junio C Hamano
I humbly appreciate your patch, sir. I am really sorry to be in the position of having to tell you this, but earlier the Emperor Penguin himself gave me this shiny blue baseball bat and told me to show it to any deserving person. Could you please come closer and kindly extend your neck a little b

[PATCH] git-rev-list: avoid crash on broken repository

2005-08-19 Thread Sergey Vlasov
When following tags, check for parse_object() success and error out properly instead of segfaulting. Signed-off-by: Sergey Vlasov <[EMAIL PROTECTED]> --- rev-list.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) f4ec41063d2f43b06b7c8e511108b4c9bf9e6ebe diff --git a/rev-list.c b/rev