From: Junio C Hamano Date: Thu, 26 May 2011 17:30:28 +0000 (-0700) Subject: Sync with 1.7.5.3 X-Git-Tag: v1.7.6-rc0~29 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1dcfb2ac65cec5a706784d92523f0c53de0a8d95?ds=inline;hp=-c Sync with 1.7.5.3 Signed-off-by: Junio C Hamano --- 1dcfb2ac65cec5a706784d92523f0c53de0a8d95 diff --combined Documentation/git.txt index 19d4deff70,504e1b1187..65317cce18 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@@ -9,7 -9,7 +9,7 @@@ git - the stupid content tracke SYNOPSIS -------- [verse] -'git' [--version] [--exec-path[=]] [--html-path] +'git' [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] [--git-dir=] [--work-tree=] [-c =] @@@ -44,9 -44,10 +44,10 @@@ unreleased) version of git, that is ava branch of the `git.git` repository. Documentation for older releases are available here: - * link:v1.7.5.2/git.html[documentation for release 1.7.5.2] + * link:v1.7.5.3/git.html[documentation for release 1.7.5.3] * release notes for + link:RelNotes/1.7.5.3.txt[1.7.5.3], link:RelNotes/1.7.5.2.txt[1.7.5.2], link:RelNotes/1.7.5.1.txt[1.7.5.1], link:RelNotes/1.7.5.txt[1.7.5]. @@@ -289,16 -290,8 +290,16 @@@ help ...` the current setting and then exit. --html-path:: - Print the path to wherever your git HTML documentation is installed - and exit. + Print the path, without trailing slash, where git's HTML + documentation is installed and exit. + +--man-path:: + Print the manpath (see `man(1)`) for the man pages for + this version of git and exit. + +--info-path:: + Print the path where the Info files documenting this + version of git are installed and exit. -p:: --paginate::