git-verify-pack: get rid of while loop
commitfc5fc50980958f742a9f3d79fb7a64f02e87877a
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Thu, 10 Aug 2006 15:02:34 +0000 (10 17:02 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 10 Aug 2006 21:15:41 +0000 (10 14:15 -0700)
treee80e386ffa61a34835ad948cedfc867d291fefc3
parent68f4c78b95b9d119d8888b40b0a93b93a39b2f26
git-verify-pack: get rid of while loop

Get rid of that while loop which was apparently used as a way to avoid
goto's (why?).  It's easy now because there is only one break left at
the end of it.  Also make the comment clearer.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
verify-pack.c