diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-07 22:32:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-07 22:32:51 -0700 |
commit | d65279d5bf02f3c457a843c8586752714f42e75a (patch) | |
tree | e7ad0fdc8677f06a20622bc73345ef7718be90ea /Documentation | |
parent | 982962ce24c7d614d94f40de54cfcfdf71dcb0d2 (diff) | |
parent | 89a56bfbd3fd855cb0c2a381520e6255de41a55e (diff) | |
download | git-d65279d5bf02f3c457a843c8586752714f42e75a.tar.gz git-d65279d5bf02f3c457a843c8586752714f42e75a.tar.xz |
Merge branch 'mh/html-path'
* mh/html-path:
add --html-path to get the location of installed HTML docs
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 7513c57c6..2ce5e6b45 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -9,7 +9,7 @@ git - the stupid content tracker SYNOPSIS -------- [verse] -'git' [--version] [--exec-path[=GIT_EXEC_PATH]] +'git' [--version] [--exec-path[=GIT_EXEC_PATH]] [--html-path] [-p|--paginate|--no-pager] [--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE] [--help] COMMAND [ARGS] @@ -178,6 +178,10 @@ help ...`. environment variable. If no path is given, 'git' will print the current setting and then exit. +--html-path:: + Print the path to wherever your git HTML documentation is installed + and exit. + -p:: --paginate:: Pipe all output into 'less' (or if set, $PAGER). |