diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2009-04-05 04:15:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-04 23:57:59 -0700 |
commit | 89a56bfbd3fd855cb0c2a381520e6255de41a55e (patch) | |
tree | c8053ce97194a4314934093cfdb9cabb2307647f /contrib | |
parent | e96f3689ecd95997a2a474c2b7f21b0a67f138b1 (diff) | |
download | git-89a56bfbd3fd855cb0c2a381520e6255de41a55e.tar.gz git-89a56bfbd3fd855cb0c2a381520e6255de41a55e.tar.xz |
add --html-path to get the location of installed HTML docs
This can be used in GUIs to open installed HTML documentation in the
browser.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index e72ce2428..fdc5a24b2 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1870,6 +1870,7 @@ _git () --bare --version --exec-path + --html-path --work-tree= --help " |