From: Rene Scharfe Date: Thu, 10 Aug 2006 15:02:34 +0000 (+0200) Subject: git-verify-pack: get rid of while loop X-Git-Tag: v1.4.2~16 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fc5fc50980958f742a9f3d79fb7a64f02e87877a?hp=fc5fc50980958f742a9f3d79fb7a64f02e87877a 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 Signed-off-by: Junio C Hamano ---