Code

[PATCH] Make git-sh-setup-script do what it was supposed to do
authorLinus Torvalds <torvalds@osdl.org>
Sat, 6 Aug 2005 17:04:50 +0000 (10:04 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 6 Aug 2005 17:19:17 +0000 (10:19 -0700)
commite4ad5f0979bf4791a0c4a755a3dd184c8f178550
tree5ab2d5f10526993868e6f31103f94add7beeed6e
parent3f81fc82743ccd4fd7157f1f1db41605eb018fb9
[PATCH] Make git-sh-setup-script do what it was supposed to do

Duh. A missing && meant that half the tests that git-sh-setup-script were
_meant_ to do were actually totally ignored.

In particular, the git sanity checking ended up only testing that the
GIT_OBJECT_DIRECTORY was sane, not that GIT_DIR itself was..

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-sh-setup-script