Skip to content

Commit 7bdaf0b

Browse files
committed
Merge branch 'jc/maint-doc-em-dash'
* jc/maint-doc-em-dash: Work around em-dash handling in newer AsciiDoc
2 parents b9f171c + 2839478 commit 7bdaf0b

File tree

7 files changed

+19
-18
lines changed

7 files changed

+19
-18
lines changed

Documentation/asciidoc.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ backslash=\
2020
tilde=~
2121
apostrophe='
2222
backtick=`
23+
litdd=--
2324

2425
ifdef::backend-docbook[]
2526
[linkgit-inlinemacro]

Documentation/git-add.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ binary so line count cannot be shown) and there is no
220220
difference between indexed copy and the working tree
221221
version (if the working tree version were also different,
222222
'binary' would have been shown in place of 'nothing'). The
223-
other file, git-add--interactive.perl, has 403 lines added
223+
other file, git-add{litdd}interactive.perl, has 403 lines added
224224
and 35 lines deleted if you commit what is in the index, but
225225
working tree file has further modifications (one addition and
226226
one deletion).

Documentation/git-archimport.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ archives that it imports, it is also possible to specify git branch names
4444
manually. To do so, write a git branch name after each <archive/branch>
4545
parameter, separated by a colon. This way, you can shorten the Arch
4646
branch names and convert Arch jargon to git jargon, for example mapping a
47-
"PROJECT--devo--VERSION" branch to "master".
47+
"PROJECT{litdd}devo{litdd}VERSION" branch to "master".
4848

4949
Associating multiple Arch branches to one git branch is possible; the
5050
result will make the most sense only if no commits are made to the first
@@ -85,8 +85,8 @@ OPTIONS
8585
-o::
8686
Use this for compatibility with old-style branch names used by
8787
earlier versions of 'git archimport'. Old-style branch names
88-
were category--branch, whereas new-style branch names are
89-
archive,category--branch--version. In both cases, names given
88+
were category{litdd}branch, whereas new-style branch names are
89+
archive,category{litdd}branch{litdd}version. In both cases, names given
9090
on the command-line will override the automatically-generated
9191
ones.
9292

Documentation/git-help.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ other display programs (see below).
5555
+
5656
The web browser can be specified using the configuration variable
5757
'help.browser', or 'web.browser' if the former is not set. If none of
58-
these config variables is set, the 'git web--browse' helper script
58+
these config variables is set, the 'git web{litdd}browse' helper script
5959
(called by 'git help') will pick a suitable default. See
60-
linkgit:git-web--browse[1] for more information about this.
60+
linkgit:git-web{litdd}browse[1] for more information about this.
6161

6262
CONFIGURATION VARIABLES
6363
-----------------------
@@ -80,7 +80,7 @@ help.browser, web.browser and browser.<tool>.path
8080
The 'help.browser', 'web.browser' and 'browser.<tool>.path' will also
8181
be checked if the 'web' format is chosen (either by command line
8282
option or configuration variable). See '-w|--web' in the OPTIONS
83-
section above and linkgit:git-web--browse[1].
83+
section above and linkgit:git-web{litdd}browse[1].
8484

8585
man.viewer
8686
~~~~~~~~~~

Documentation/git-instaweb.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ OPTIONS
4444
-b::
4545
--browser::
4646
The web browser that should be used to view the gitweb
47-
page. This will be passed to the 'git web--browse' helper
47+
page. This will be passed to the 'git web{litdd}browse' helper
4848
script along with the URL of the gitweb instance. See
49-
linkgit:git-web--browse[1] for more information about this. If
49+
linkgit:git-web{litdd}browse[1] for more information about this. If
5050
the script fails, the URL will be printed to stdout.
5151

5252
start::
@@ -82,7 +82,7 @@ You may specify configuration in your .git/config
8282

8383
If the configuration variable 'instaweb.browser' is not set,
8484
'web.browser' will be used instead if it is defined. See
85-
linkgit:git-web--browse[1] for more information about this.
85+
linkgit:git-web{litdd}browse[1] for more information about this.
8686

8787
Author
8888
------

Documentation/git-mergetool--lib.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
git-mergetool--lib(1)
2-
=====================
1+
git-mergetool{litdd}lib(1)
2+
==========================
33

44
NAME
55
----
@@ -16,11 +16,11 @@ This is not a command the end user would want to run. Ever.
1616
This documentation is meant for people who are studying the
1717
Porcelain-ish scripts and/or are writing new ones.
1818

19-
The 'git-mergetool--lib' scriptlet is designed to be sourced (using
19+
The 'git-mergetool{litdd}lib' scriptlet is designed to be sourced (using
2020
`.`) by other shell scripts to set up functions for working
2121
with git merge tools.
2222

23-
Before sourcing 'git-mergetool--lib', your script must set `TOOL_MODE`
23+
Before sourcing 'git-mergetool{litdd}lib', your script must set `TOOL_MODE`
2424
to define the operation mode for the functions listed below.
2525
'diff' and 'merge' are valid values.
2626

Documentation/git-web--browse.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
git-web--browse(1)
2-
==================
1+
git-web{litdd}browse(1)
2+
=======================
33

44
NAME
55
----
66
git-web--browse - git helper script to launch a web browser
77

88
SYNOPSIS
99
--------
10-
'git web--browse' [OPTIONS] URL/FILE ...
10+
'git web{litdd}browse' [OPTIONS] URL/FILE ...
1111

1212
DESCRIPTION
1313
-----------
@@ -71,7 +71,7 @@ browser.<tool>.cmd
7171
When the browser, specified by options or configuration variables, is
7272
not among the supported ones, then the corresponding
7373
'browser.<tool>.cmd' configuration variable will be looked up. If this
74-
variable exists then 'git web--browse' will treat the specified tool
74+
variable exists then 'git web{litdd}browse' will treat the specified tool
7575
as a custom command and will use a shell eval to run the command with
7676
the URLs passed as arguments.
7777

0 commit comments

Comments
 (0)