Browse Source
If option --help is passed to a Git command, we try to open the man page of that command. However, we do it for both commands and concepts. Make sure it is an actual command. This makes "git <concept> --help" not working anymore, while "git help <concept>" still works. Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Ralf Thielow
9 years ago
committed by
Junio C Hamano
2 changed files with 22 additions and 1 deletions
Loading…
Reference in new issue