commit | 22c9071728cdc4c5b39e4fc6a33036d967d3a3a5 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Dec 12 17:34:30 2007 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Dec 12 17:41:58 2007 -0800 |
tree | e09c202f806f38c90df9147a38e843194294ea9b | |
parent | c49d3c8a88916554c5db838c0346b6cf05d60104 [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>