Merge branch 'jn/doc-dashdash' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Sep 2011 04:52:18 +0000 (21:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Sep 2011 04:52:18 +0000 (21:52 -0700)
* jn/doc-dashdash:
Documentation/i18n: quote double-dash for AsciiDoc
Documentation: quote double-dash for AsciiDoc

Conflicts:
Documentation/git-mergetool--lib.txt

1  2 
Documentation/config.txt
Documentation/git-mergetool--lib.txt
Documentation/git-revert.txt
Documentation/git-sh-i18n.txt
Documentation/git-submodule.txt
Documentation/git-web--browse.txt
Documentation/rev-list-options.txt
diff --combined Documentation/config.txt
index 4914d768c7c2f14abd854a58c594a4e88184047d,98eb4d97153c84f529fe7e935719dd79b5efa50c..ae9913b03464b2ebde13002e1071a6c3471ee9cf
@@@ -344,9 -344,7 +344,9 @@@ core.logAllRefUpdates:
        SHA1, the date/time and the reason of the update, but
        only when the file exists.  If this configuration
        variable is set to true, missing "$GIT_DIR/logs/<ref>"
 -      file is automatically created for branch heads.
 +      file is automatically created for branch heads (i.e. under
 +      refs/heads/), remote refs (i.e. under refs/remotes/),
 +      note refs (i.e. under refs/notes/), and the symbolic ref HEAD.
  +
  This information can be used to determine what commit
  was the tip of a branch "2 days ago".
@@@ -678,7 -676,7 +678,7 @@@ branch.<name>.rebase:
  browser.<tool>.cmd::
        Specify the command to invoke the specified browser. The
        specified command is evaluated in shell with the URLs passed
-       as arguments. (See linkgit:git-web--browse[1].)
+       as arguments. (See linkgit:git-web{litdd}browse[1].)
  
  browser.<tool>.path::
        Override the path for the given tool that may be used to
index 8c5be6775d3d2a03518f07f90a2c336d558fdde5,5b0d51f7f8cfc52739463dd90827fe5d0dc1b58c..f98a41b87c16007d6d9fa916c6a3bb31fb049216
@@@ -7,8 -7,7 +7,8 @@@ git-mergetool--lib - Common git merge t
  
  SYNOPSIS
  --------
- 'TOOL_MODE=(diff|merge) . "$(git --exec-path)/git-mergetool--lib"'
 +[verse]
+ 'TOOL_MODE=(diff|merge) . "$(git --exec-path)/git-mergetool{litdd}lib"'
  
  DESCRIPTION
  -----------
index e4b46cfd3fb1faeca5c49cb2e67d5783af7def0f,6a21b37f95986ad04140be4cbef3ba011cbe5220..3d0a7d1dac5614d6644a0ea226d65bd9f667143a
@@@ -7,7 -7,6 +7,7 @@@ git-revert - Revert some existing commi
  
  SYNOPSIS
  --------
 +[verse]
  'git revert' [--edit | --no-edit] [-n] [-m parent-number] [-s] <commit>...
  
  DESCRIPTION
@@@ -24,7 -23,7 +24,7 @@@ throw away all uncommitted changes in y
  should see linkgit:git-reset[1], particularly the '--hard' option.  If
  you want to extract specific files as they were in another commit, you
  should see linkgit:git-checkout[1], specifically the `git checkout
- <commit> -- <filename>` syntax.  Take care with these alternatives as
+ <commit> \-- <filename>` syntax.  Take care with these alternatives as
  both will discard uncommitted changes in your working directory.
  
  OPTIONS
index eafa55af7e4270a19b91f85aa4b82e6b3cde1bc3,eca69e3d82be1a54770c5efba5362410cd0cf43c..60cf49cb2a38df99d4526698576acd5cb6c979c4
@@@ -7,7 -7,6 +7,7 @@@ git-sh-i18n - Git's i18n setup code fo
  
  SYNOPSIS
  --------
 +[verse]
  '. "$(git --exec-path)/git-sh-i18n"'
  
  DESCRIPTION
@@@ -35,7 -34,7 +35,7 @@@ gettext:
  eval_gettext::
        Currently a dummy fall-through function implemented as a wrapper
        around `printf(1)` with variables expanded by the
-       linkgit:git-sh-i18n--envsubst[1] helper. Will be replaced by a
+       linkgit:git-sh-i18n{litdd}envsubst[1] helper. Will be replaced by a
        real gettext implementation in a later version.
  
  GIT
index 585f03681b7aca236679a3f3d507f02c6736fdf9,12af4de5e1e156d01c5953b1023867b9d29ba848..0ec85742ddc1c360d066659fb562898a259e48f7
@@@ -78,9 -78,7 +78,9 @@@ to exist in the superproject. If <path
  <repository> is the URL of the new submodule's origin repository.
  This may be either an absolute URL, or (if it begins with ./
  or ../), the location relative to the superproject's origin
 -repository.
 +repository. If the superproject doesn't have an origin configured
 +the superproject is its own authoritative upstream and the current
 +working directory is used instead.
  +
  <path> is the relative location for the cloned submodule to
  exist in the superproject. If <path> does not exist, then the
@@@ -169,14 -167,12 +169,14 @@@ commit for each submodule
  
  sync::
        Synchronizes submodules' remote URL configuration setting
 -      to the value specified in .gitmodules.  This is useful when
 +      to the value specified in .gitmodules. It will only affect those
 +      submodules which already have an url entry in .git/config (that is the
 +      case when they are initialized or freshly added). This is useful when
        submodule URLs change upstream and you need to update your local
        repositories accordingly.
  +
  "git submodule sync" synchronizes all submodules while
- "git submodule sync -- A" synchronizes submodule "A" only.
+ "git submodule sync \-- A" synchronizes submodule "A" only.
  
  OPTIONS
  -------
index 8b4f65ae449a1ceac8079acbe35a608157aca575,9b0d1fe395df42d18ee47bb2c1c2a207639c85b8..c2bc87bc61da28a9eb451ef1cb5b4d811b02e4f7
@@@ -7,7 -7,6 +7,7 @@@ git-web--browse - git helper script to 
  
  SYNOPSIS
  --------
 +[verse]
  'git web{litdd}browse' [OPTIONS] URL/FILE ...
  
  DESCRIPTION
@@@ -69,7 -68,7 +69,7 @@@ browser.<tool>.pat
  You can explicitly provide a full path to your preferred browser by
  setting the configuration variable 'browser.<tool>.path'. For example,
  you can configure the absolute path to firefox by setting
- 'browser.firefox.path'. Otherwise, 'git web--browse' assumes the tool
+ 'browser.firefox.path'. Otherwise, 'git web{litdd}browse' assumes the tool
  is available in PATH.
  
  browser.<tool>.cmd
index 62340a5e4c3751000208cee289c0e4341f5c046c,554ab8c88bdef6bb64ba9496295b563083657077..39e62072691d408519ff377cb6e91e8d95175ec4
@@@ -272,7 -272,7 +272,7 @@@ Default mode:
  
  --full-history::
  
 -      As the default mode but does not prune some history.
 +      Same as the default mode, but does not prune some history.
  
  --dense::
  
@@@ -313,7 -313,7 +313,7 @@@ that you are filtering for a file `foo
         \   /   /   /   /
          `-------------'
  -----------------------------------------------------------------------
- The horizontal line of history A--P is taken to be the first parent of
+ The horizontal line of history A---P is taken to be the first parent of
  each merge.  The commits are:
  
  * `I` is the initial commit, in which `foo` exists with contents