Merge branch 'jc/maint-doc-em-dash'
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Sep 2010 16:43:42 +0000 (09:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Sep 2010 16:43:42 +0000 (09:43 -0700)
* jc/maint-doc-em-dash:
Work around em-dash handling in newer AsciiDoc

1  2 
Documentation/asciidoc.conf
Documentation/git-add.txt
Documentation/git-instaweb.txt
index b5f0f29d1f736f2e6a0c544d682b973b95420191,3267bae9da46ffa6e511c3bf36387bf5a85e6440..aea8627be088c58ef9ad7fd07f5498da88d9b1fc
@@@ -16,10 -16,9 +16,11 @@@ plus=&#43
  caret=&#94;
  startsb=&#91;
  endsb=&#93;
 +backslash=&#92;
  tilde=&#126;
 +apostrophe=&#39;
  backtick=&#96;
+ litdd=&#45;&#45;
  
  ifdef::backend-docbook[]
  [linkgit-inlinemacro]
index e213a2efd72aa2cb242fd29922a0fb4c3565b78d,a008f7e448ce58e3af5798d8c8f72088029b2a19..73378b2bef8405f54c661e8c9745057b5b243f4d
@@@ -157,14 -157,14 +157,14 @@@ those in info/exclude.  See linkgit:git
  EXAMPLES
  --------
  
 -* Adds content from all `\*.txt` files under `Documentation` directory
 +* Adds content from all `*.txt` files under `Documentation` directory
  and its subdirectories:
  +
  ------------
  $ git add Documentation/\*.txt
  ------------
  +
 -Note that the asterisk `\*` is quoted from the shell in this
 +Note that the asterisk `*` is quoted from the shell in this
  example; this lets the command include the files from
  subdirectories of `Documentation/` directory.
  
@@@ -220,7 -220,7 +220,7 @@@ binary so line count cannot be shown) a
  difference between indexed copy and the working tree
  version (if the working tree version were also different,
  'binary' would have been shown in place of 'nothing').  The
- other file, git-add--interactive.perl, has 403 lines added
+ other file, git-add{litdd}interactive.perl, has 403 lines added
  and 35 lines deleted if you commit what is in the index, but
  working tree file has further modifications (one addition and
  one deletion).
index e70cea932063b04f3ab3c78b882f4981514d663e,61e2cbbebc21e95ba76edf7f21335c2f606f6cb9..7477ce8fa8e5185cfbd74a31b8d5accd18216a1b
@@@ -44,23 -44,20 +44,23 @@@ OPTION
  -b::
  --browser::
        The web browser that should be used to view the gitweb
-       page. This will be passed to the 'git web--browse' helper
+       page. This will be passed to the 'git web{litdd}browse' helper
        script along with the URL of the gitweb instance. See
-       linkgit:git-web--browse[1] for more information about this. If
+       linkgit:git-web{litdd}browse[1] for more information about this. If
        the script fails, the URL will be printed to stdout.
  
 +start::
  --start::
        Start the httpd instance and exit.  This does not generate
        any of the configuration files for spawning a new instance.
  
 +stop::
  --stop::
        Stop the httpd instance and exit.  This does not generate
        any of the configuration files for spawning a new instance,
        nor does it close the browser.
  
 +restart::
  --restart::
        Restart the httpd instance and exit.  This does not generate
        any of the configuration files for spawning a new instance.
@@@ -82,7 -79,7 +82,7 @@@ You may specify configuration in your .
  
  If the configuration variable 'instaweb.browser' is not set,
  'web.browser' will be used instead if it is defined. See
- linkgit:git-web--browse[1] for more information about this.
+ linkgit:git-web{litdd}browse[1] for more information about this.
  
  Author
  ------