From: Junio C Hamano Date: Mon, 26 Oct 2009 01:38:56 +0000 (-0700) Subject: Sync with 1.6.5.2 X-Git-Tag: v1.6.6-rc0~104 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6665b9ec115073f08274eb4d493fd215dba1d718?ds=inline;hp=-c Sync with 1.6.5.2 Signed-off-by: Junio C Hamano --- 6665b9ec115073f08274eb4d493fd215dba1d718 diff --combined Documentation/git.txt index 10f2f82ca1,e3fe970b34..0f536793df --- a/Documentation/git.txt +++ b/Documentation/git.txt @@@ -10,7 -10,7 +10,7 @@@ SYNOPSI -------- [verse] 'git' [--version] [--exec-path[=GIT_EXEC_PATH]] [--html-path] - [-p|--paginate|--no-pager] + [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE] [--help] COMMAND [ARGS] @@@ -43,9 -43,10 +43,10 @@@ unreleased) version of git, that is ava branch of the `git.git` repository. Documentation for older releases are available here: - * link:v1.6.5.1/git.html[documentation for release 1.6.5.1] + * link:v1.6.5.2/git.html[documentation for release 1.6.5.2] * release notes for + link:RelNotes-1.6.5.2.txt[1.6.5.2], link:RelNotes-1.6.5.1.txt[1.6.5.1], link:RelNotes-1.6.5.txt[1.6.5]. @@@ -238,10 -239,6 +239,10 @@@ help ...` environment is not set, it is set to the current working directory. +--no-replace-objects:: + Do not use replacement refs to replace git objects. See + linkgit:git-replace[1] for more information. + FURTHER DOCUMENTATION ---------------------