Fix minor DOS in rev-list.
authorJunio C Hamano <junkio@cox.net>
Mon, 3 Oct 2005 00:29:21 +0000 (17:29 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Oct 2005 00:29:21 +0000 (17:29 -0700)
A carefully crafted pathname can be used to disrupt downstream git-pack-objects
that uses 'git-rev-list --objects' output. Prevent this.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found