git-help -w: do not require to be in git repository
authorJunio C Hamano <gitster@pobox.com>
Thu, 13 Dec 2007 01:34:30 +0000 (17:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Dec 2007 01:41:58 +0000 (17:41 -0800)
The users used to be able to say "git help cat-file" from anywhere, but
the browse-help script insisted to be in a git repository, which caused
"git help -w cat-file" to barf outside. Correct it.

While at it, remove leftover debugging "echo".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found