Fix inifinite loop
commit2d5d2c84f18762a50ddc843b560b2b0b53ee1426
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 6 Aug 2007 21:54:41 +0000 (6 22:54 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 6 Aug 2007 21:54:41 +0000 (6 22:54 +0100)
treef6cd898d622b6e5cfc81fb9ffc340925474f73e3
parent382210f715c0e1ef7a19eb10977dae4265a2c88f
Fix inifinite loop

In setup_git_directory_gently(), there is a hack to allow for stopping
the search at the drive letter.  Only that the patch was incomplete;
we really have to stop there, instead of looping infinitely.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
setup.c