author | Junio C Hamano <gitster@pobox.com> | |
Thu, 13 Dec 2007 01:34:30 +0000 (17:34 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 13 Dec 2007 01:41:58 +0000 (17:41 -0800) | ||
commit | 22c9071728cdc4c5b39e4fc6a33036d967d3a3a5 | |
tree | e09c202f806f38c90df9147a38e843194294ea9b | tree | snapshot |
parent | c49d3c8a88916554c5db838c0346b6cf05d60104 | commit | diff |
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>
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 | diff | blob | history | |
git-sh-setup.sh | diff | blob | history |