Sync with 1.6.5.2
authorJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2009 01:38:56 +0000 (18:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2009 01:38:56 +0000 (18:38 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1  2 
Documentation/git.txt
diff --combined Documentation/git.txt
index 10f2f82ca179c36bcb54ba938e92ba4858a127f6,e3fe970b341891da633c901668f239698dda8abb..0f536793dfc1929f661029b61a1057d2b7a95abc
@@@ -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
  ---------------------