Revert "get_sha1_basic(): corner case ambiguity fix"

This reverts 6677c4665a commit.

The misguided disambiguation has been reverted, so there is no point
testing that misfeature.
This commit is contained in:
Junio C Hamano
2005-12-17 00:00:50 -08:00
parent f7087e2e7c
commit c054d64e87
2 changed files with 1 additions and 49 deletions

View File

@ -223,7 +223,7 @@ static int ambiguous_path(const char *path, int len)
slash = 0;
continue;
}
return slash;
break;
}
return slash;
}