Merge branch 'cc/replace-no-replace'
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Oct 2009 06:01:31 +0000 (23:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Oct 2009 06:01:31 +0000 (23:01 -0700)
* cc/replace-no-replace:
git: add --no-replace-objects option to disable replacing

1  2 
Documentation/git.txt
diff --combined Documentation/git.txt
index d11c5c16510025b93cf88bc97e95aa008169434c,2f4541780a0f2868a2a890db22d0ccf15e9b5c07..df46a3437197612a03d9d3f16c4fedf00af3cd16
@@@ -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]
  
@@@ -46,7 -46,6 +46,7 @@@ Documentation for older releases are av
  * link:v1.6.5/git.html[documentation for release 1.6.5]
  
  * release notes for
 +  link:RelNotes-1.6.5.1.txt[1.6.5.1],
    link:RelNotes-1.6.5.txt[1.6.5].
  
  * link:v1.6.4.4/git.html[documentation for release 1.6.4.4]
@@@ -238,6 -237,10 +238,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
  ---------------------