]> git.ipfire.org Git - thirdparty/git.git/commit - git-web--browse.sh
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)
commit22c9071728cdc4c5b39e4fc6a33036d967d3a3a5
treee09c202f806f38c90df9147a38e843194294ea9b
parentc49d3c8a88916554c5db838c0346b6cf05d60104
git-help -w: do not require to be in git repository

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>
git-browse-help.sh
git-sh-setup.sh