aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@uchicago.edu>2008-07-03 00:59:09 -0500
committerJunio C Hamano <gitster@pobox.com>2008-07-05 11:24:40 -0700
commit5833d730efb7131bccbcdcab13ba56707629be2c (patch)
tree9e0299412247a17143904ea28c6642ceac073b44 /Documentation/git-svn.txt
parent2fd02c92dbb6e575b7e62ea9dfa85ef45ebe58b6 (diff)
downloadgit-5833d730efb7131bccbcdcab13ba56707629be2c.tar.gz
manpages: italicize git subcommand names (which were in teletype font)
Italicize those git subcommand names already in teletype we missed. Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index dc5b8f6c84..e7c0f1c959 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -551,7 +551,7 @@ CAVEATS
For the sake of simplicity and interoperating with a less-capable system
(SVN), it is recommended that all 'git-svn' users clone, fetch and dcommit
-directly from the SVN server, and avoid all 'git-clone'/`pull`/`merge`/`push`
+directly from the SVN server, and avoid all 'git-clone'/'pull'/'merge'/'push'
operations between git repositories and branches. The recommended
method of exchanging code between git branches and users is
'git-format-patch' and 'git-am', or just 'dcommit'ing to the SVN repository.