Merge in 1.6.5.4
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 Dec 2009 08:37:56 +0000 (00:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Dec 2009 08:37:56 +0000 (00:37 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1  2 
Documentation/Makefile
Documentation/git.txt
diff --combined Documentation/Makefile
index abb75eb136e3b41e17c232e38a022fd592cbfa63,d4c05ca87945840f6a4f0f183086f9b29d5ad274..e841ca96cb419886ce8e9ca66798442cd5c9dfdf
@@@ -17,7 -17,6 +17,7 @@@ DOC_HTML=$(MAN_HTML
  ARTICLES = howto-index
  ARTICLES += everyday
  ARTICLES += git-tools
 +ARTICLES += git-bisect-lk2009
  # with their own formatting rules.
  SP_ARTICLES = howto/revert-branch-rebase howto/using-merge-subtree user-manual
  API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))
@@@ -104,9 -103,12 +104,12 @@@ ifdef DOCBOOK_SUPPRESS_S
  XMLTO_EXTRA += -m manpage-suppress-sp.xsl
  endif
  
- ifdef MAN_BASE_URL
+ # Newer DocBook stylesheet emits warning cruft in the output when
+ # this is not set, and if set it shows an absolute link.  We can
+ # use MAN_BASE_URL=http://www.kernel.org/pub/software/scm/git/docs/
+ # but distros may want to set it to /usr/share/doc/git-core/docs/ or
+ # something like that.
  XMLTO_EXTRA += --stringparam man.base.url.for.relative.links=$(MAN_BASE_URL)
- endif
  
  # If your target system uses GNU groff, it may try to render
  # apostrophes as a "pretty" apostrophe using unicode.  This breaks
diff --combined Documentation/git.txt
index 8e577cc4fe2fd445ef238efc812d12b58156fec4,7aa2edee58055777dfde80648d7d67d23d21746c..36637afa06c8d0a538fec9c99add78a1e3ff316a
@@@ -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.3/git.html[documentation for release 1.6.5.3]
+ * link:v1.6.5.4/git.html[documentation for release 1.6.5.4]
  
  * release notes for
+   link:RelNotes-1.6.5.4.txt[1.6.5.4],
    link:RelNotes-1.6.5.3.txt[1.6.5.3],
    link:RelNotes-1.6.5.2.txt[1.6.5.2],
    link:RelNotes-1.6.5.1.txt[1.6.5.1],
@@@ -240,10 -241,6 +241,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
  ---------------------