rev-parse lstat() workaround cleanup.
authorLinus Torvalds <torvalds@osdl.org>
Mon, 6 Feb 2006 05:41:47 +0000 (21:41 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 6 Feb 2006 05:49:42 +0000 (21:49 -0800)
commit9ad0a9333079359cbce8fd2448eb7478786e1150
tree4335e3d49a40782d7f6f96e356e4b1ca43c23ecd
parent2718435b7b746c3c249525b02fbcbad68f5a45f3
rev-parse lstat() workaround cleanup.

Earlier we had a workaround to avoid misspelled revision name to
be taken as a filename when "--no-revs --no-flags" are in
effect.  This cleans up the logic.

Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-parse.c