diff options
author | Tom Russello <tom.russello@grenoble-inp.org> | 2016-06-08 19:23:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-08 12:04:55 -0700 |
commit | ae9f6311e9c15d7968c2d03eab6e929e9c9d5f42 (patch) | |
tree | 5ca42c285904181bfd97c4ed0259421559593f9c /Documentation/git-svn.txt | |
parent | 47d81b5c7a3e7737d26b877a5cfebb772d75fa12 (diff) | |
download | git-ae9f6311e9c15d7968c2d03eab6e929e9c9d5f42.tar.gz |
doc: change configuration variables formattr/doc-tt
This change configuration variables that where in italic style
to monospace font according to the guideline. It was obtained with
grep '[[:alpha:]]*\.[[:alpha:]]*::$' config.txt | \
sed -e 's/::$//' -e 's/\./\\\\./' | \
xargs -iP perl -pi -e "s/\'P\'/\`P\`/g" ./*.txt
Signed-off-by: Tom Russello <tom.russello@grenoble-inp.org>
Signed-off-by: Erwan Mathoniere <erwan.mathoniere@grenoble-inp.org>
Signed-off-by: Samuel Groot <samuel.groot@grenoble-inp.org>
Signed-off-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index fb23a98a17..90a70799e2 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -748,7 +748,7 @@ svn-remote.<name>.rewriteUUID:: svn-remote.<name>.pushurl:: - Similar to Git's 'remote.<name>.pushurl', this key is designed + Similar to Git's `remote.<name>.pushurl`, this key is designed to be used in cases where 'url' points to an SVN repository via a read-only transport, to provide an alternate read/write transport. It is assumed that both keys point to the same |